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()

MMNEPVFCICPMFPCPTTAAATR