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

    Interface GetNativeTokenBalanceParams

    interface GetNativeTokenBalanceParams {
        account: string;
        chainSymbol: string;
    }
    Index

    Properties

    Properties

    account: string

    The address for which we will find out the token balance

    chainSymbol: string

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