AlgorandStandardAssetConfig: {
    assetId: number;
} & BaseTokenConfig

Type representing the Algorand standard asset configuration.

Property

The asset ID of the Algorand standard asset.

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