Skip to main content

MoveData

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

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

scalar MoveData

Member Of

Event object ● MoveValue object