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

    Interface LiquidityPoolsParams

    interface LiquidityPoolsParams {
        accountAddress: string;
        token: TokenWithChainDetails;
        txFeeParams?: TxFeeParams;
    }

    Hierarchy (View Summary)

    Index

    Properties

    accountAddress: string

    The account address to operate tokens with.

    The token info object of operation token.

    txFeeParams?: TxFeeParams