@aptos-labs/ts-sdk - v3.1.1
    Preparing search index...

    Type Alias MoveType

    MoveType:
        | boolean
        | string
        | MoveUint8Type
        | MoveUint16Type
        | MoveUint32Type
        | MoveUint64Type
        | MoveUint128Type
        | MoveUint256Type
        | MoveAddressType
        | MoveObjectType
        | MoveStructType
        | MoveType[]

    A union type that encompasses various data types used in Move, including primitive types, address types, object types, and arrays of MoveType.