IbcBridge provides an interface to use the IBC token transfer protocol

See more here https://tutorials.cosmos.network/academy/3-ibc/7-token-transfer.html

Type Parameters

  • N extends Network

  • C extends Chain

Hierarchy

  • IbcBridge

Methods

  • Get the transfer channel for a remote chain, pulled from contract

    Parameters

    • chain: "Solana" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Algorand" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Near" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Osmosis" | "Sui" | "Aptos" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Btc" | "Base" | "Sei" | "Rootstock" | "Wormchain" | "Cosmoshub" | "Evmos" | "Kujira" | "Neutron" | "Celestia" | "Stargaze" | "Dymension" | "Sepolia" | "ArbitrumSepolia" | "BaseSepolia" | "OptimismSepolia" | "Holesky"

    Returns Promise<null | string>

  • Get the transfer channel for a remote chain, pulled from local cache

    Parameters

    • chain: "Solana" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Algorand" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Near" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Osmosis" | "Sui" | "Aptos" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Btc" | "Base" | "Sei" | "Rootstock" | "Wormchain" | "Cosmoshub" | "Evmos" | "Kujira" | "Neutron" | "Celestia" | "Stargaze" | "Dymension" | "Sepolia" | "ArbitrumSepolia" | "BaseSepolia" | "OptimismSepolia" | "Holesky"

    Returns null | string

  • Find the IBCTransferInfo from a gateway transfer message

    Parameters

    • payload: GatewayTransferMsg | GatewayTransferWithPayloadMsg

    Returns Promise<IbcTransferInfo[]>

  • Find the IBCTransferInfo given a transaction id

    Parameters

    • txid: string

    Returns Promise<IbcTransferInfo[]>

Generated using TypeDoc