@aptos-labs/ts-sdk - v5.1.4
    Preparing search index...

    Interface TokenStandardArg

    Represents the arguments for specifying a token standard.

    Optional standard of the token.

    interface TokenStandardArg {
        tokenStandard?: TokenStandard;
    }
    Index

    Properties

    Properties

    tokenStandard?: TokenStandard