• Bridges USDC tokens from the source network to the destination network.

    Returns

    • A Promise that resolves when the bridging operation is completed.

    Parameters

    • connection: Connection

      The Solana connection object.

    • sourceAddress: string

      The source address from which to bridge the tokens.

    • destinationAddress: string

      The destination address to receive the bridged tokens.

    • destinationNetwork: BridgeNetworks

      The destination network to bridge the tokens to.

    • amount: BigNumber

      The amount of USDC tokens to bridge.

    • solanaAccountsConfig: SolanaAccountsConfig

      The Solana accounts configuration.

    • usdcConfig: BridgeTokenConfig

      The configuration for the USDC token.

    Returns Promise<Transaction>

Generated using TypeDoc