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

    Type Alias PropertyValue

    PropertyValue: boolean | number | bigint | string | AccountAddress | Uint8Array

    Accepted property value types for user input, including boolean, number, bigint, string, AccountAddress, and Uint8Array. To pass in an Array, use Uint8Array type for example new MoveVector([new MoveString("hello"), new MoveString("world")]).bcsToBytes()