Skip to main content

DynamicFieldName

A description of a dynamic field's name.

Names can either be given as serialized bcs accompanied by its type, or as a Display v2 literal expression. Other combinations of inputs are not supported.

input DynamicFieldName {
bcs: Base64
literal: String
type: String
}

Fields

DynamicFieldName.bcs ● Base64 scalar

The Base64-encoded BCS serialization of the dynamic field's 'name'.

DynamicFieldName.literal ● String scalar

The name represented as a Display v2 literal expression.

DynamicFieldName.type ● String scalar

The type of the dynamic field's name, like 'u64' or '0x2::kiosk::Listing'.