@allbridge/bridge-core-sdk
    Preparing search index...

    Interface ChainDetailsWithTokens

    Contains tokens list

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

    Hierarchy

    • ChainDetails
      • ChainDetailsWithTokens
    Index

    Properties

    abrPayer?: AbrPayerChainInfo

    ABR payer chain info

    allbridgeChainId: number

    Allbridge's Id

    bridgeAddress: string

    Bridge contract address

    bridgeId?: string

    Algo Bridge appId

    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

    oftBridgeAddress?: string

    OFT Bridge contract address Optional. Defined if the chain supports OFT

    paddingUtilId?: string

    Algo Padding appId

    suiAddresses?: SuiAddresses

    Sui addresses Optional. Defined for SUI

    Tokens

    transferTime: TransferTime

    Average transfer time to other blockchains

    txCostAmount: TxCostAmount

    Transfers costs

    yieldAddress?: string

    Yield contract address