interface MoveVariant {
    fields: { [key: string]: MoveValue };
    type: string;
    variant: string;
}

Properties

Properties

fields: { [key: string]: MoveValue }
type: string
variant: string