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

    Type Alias TypeArgument

    TypeArgument: TypeTag | string

    Inputs for Entry functions, view functions, and scripts, which can be a string representation of various types including primitive types, vectors, and structured types.

    This can be a string version of the type argument such as:

    • u8
    • u16
    • u32
    • u64
    • u128
    • u256
    • bool
    • address
    • signer
    • vector
    • address::module::struct
    • address::module::struct<Type1, Type2>