@aptos-labs/ts-sdk - v7.3.1
    Preparing search index...

    Interface TokenStandardArg

    Represents the arguments for specifying a token standard.

    Optional standard of the token.

    interface TokenStandardArg {
        tokenStandard?: TokenStandard;
    }
    Index
    tokenStandard?: TokenStandard