Binance Web3 Connector JS
    Preparing search index...

    Interface GetTransactionSupportedChainsResponseDataInner

    GetTransactionSupportedChainsResponseDataInner

    interface GetTransactionSupportedChainsResponseDataInner {
        binanceChainId?: string;
        logoUrl?: string;
        name?: string;
        shortName?: string;
    }
    Index

    Properties

    binanceChainId?: string

    Unique chain identifier (follows EIP-155 chainId for EVM chains; e.g. "1"=Ethereum, "56"=BSC, "CT_501"=Solana).

    GetTransactionSupportedChainsResponseDataInner

    logoUrl?: string

    Chain logo image URL.

    GetTransactionSupportedChainsResponseDataInner

    name?: string

    Full chain name.

    GetTransactionSupportedChainsResponseDataInner

    shortName?: string

    Short chain name / ticker.

    GetTransactionSupportedChainsResponseDataInner