Interface ChainDetailsWithTokens

Contains tokens list

interface ChainDetailsWithTokens {
    allbridgeChainId: number;
    bridgeAddress: string;
    chainId?: string;
    chainSymbol: ChainSymbol;
    chainType: ChainType;
    confirmations: number;
    name: string;
    suiAddresses?: SuiAddresses;
    tokens: TokenWithChainDetails[];
    transferTime: TransferTime;
    txCostAmount: TxCostAmount;
}

Hierarchy

  • ChainDetails
    • ChainDetailsWithTokens

Properties

allbridgeChainId: number

Allbridge's Id

bridgeAddress: string

Bridge contract address

chainId?: string

Common Blockchain Id
A 0x-prefixed hexadecimal string
Optional.

chainSymbol: ChainSymbol

The symbol of the chain representing one of the supported blockchain networks (e.g., "ETH" for Ethereum). For more details, see: ChainSymbol.

chainType: ChainType

Blockchain type. For more details, see: ChainType.

confirmations: number

Number of confirmations required

name: string

Blockchain name

suiAddresses?: SuiAddresses

Sui addresses Optional. Defined for SUI

Tokens

transferTime: TransferTime

Average transfer time to other blockchains

txCostAmount: TxCostAmount

Transfers costs