BridgeTokenConfig: {
    address: string;
} & BaseTokenConfig

Type representing the bridge token configuration.

Property

The address of the token.

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