AlgorandNativeTokenConfig: {
    isNative: boolean;
} & BaseTokenConfig

Type representing the Algorand native token configuration.

Property

Indicates if the token is the native token of the Algorand blockchain.

Property

The symbol of the token.

Property

The name of the token.

Property

The number of decimal places for the token.

Property

The fee divisor for the token.

Property

The minimum transfer amount for the token.

Property

The maximum transfer amount for the token.

Property

The total supply of the token.

Property

The symbol of the wrapped version of the token.

Generated using TypeDoc