Interface TokenStandardArg

Represents the arguments for specifying a token standard.

Optional standard of the token.

interface TokenStandardArg {
    tokenStandard?: TokenStandard;
}

Properties

Properties

tokenStandard?: TokenStandard