Skip to main content

Type Alias: DynamicFieldName

type DynamicFieldName = {
bcs: ArrayBuffer;
json?: Value;
typeTag: TypeTagLike;
};

The name part of a dynamic field, including its type, bcs, and json representation.

Properties

bcs

bcs: ArrayBuffer;

The bcs bytes of this dynamic field name


json?

optional json?: Value;

The json representation of the dynamic field name


typeTag

typeTag: TypeTagLike;

The type name of this dynamic field name