Token2ChainConfig: {
    address?: string;
    asset_id?: number;
    chain: string;
    decimals: number;
    isNative?: boolean;
    min_transfer: number;
    name: string;
    symbol: string;
    vault_address?: string;
    vault_id?: number;
    vault_type?: string;
}

Type representing a Token2 chain configuration.

Property

The name of the chain.

Property

The symbol of the token on the chain.

Property

The name of the token on the chain.

Property

The number of decimal places for the token on the chain.

Property

The minimum transfer amount for the token on the chain.

Property

The address of the token on the chain.

Property

The asset ID of the token on the chain.

Property

Indicates if the token is the native token of the chain.

Property

The vault ID of the token on the chain.

Property

The vault type of the token on the chain.

Property

The address of the vault for the token on the chain.

Type declaration

  • Optional address?: string
  • Optional asset_id?: number
  • chain: string
  • decimals: number
  • Optional isNative?: boolean
  • min_transfer: number
  • name: string
  • symbol: string
  • Optional vault_address?: string
  • Optional vault_id?: number
  • Optional vault_type?: string

Generated using TypeDoc