Skip to main content

MoveData

The contents of a Move Value, corresponding to the following recursive type:

type MoveData = { Address: IotaAddress } | { UID: IotaAddress } | { ID: IotaAddress } | { Bool: bool } | { Number: BigInt } | { String: string } | { Vector: [MoveData] } | { Option: MoveData? } | { Struct: [{ name: string , value: MoveData }] } | { Variant: { name: string, fields: [{ name: string, value: MoveData }], }

scalar MoveData

Member Of

Event object ● MoveValue object