DynamicFieldName
No description
input DynamicFieldName {
type: String!
bcs: Base64!
}
Fields
DynamicFieldName.type
● String!
non-null scalar
The string type of the DynamicField's 'name' field. A string representation of a Move primitive like 'u64', or a struct type like '0x2::kiosk::Listing'
DynamicFieldName.bcs
● Base64!
non-null scalar
The Base64 encoded bcs serialization of the DynamicField's 'name' field.