• Sends a token transaction using the provided routing information.

    Returns

    • A Promise that resolves to the sent token transaction.

    Parameters

    • routing: Routing

      The routing information for the transaction.

    • senderTokenAccount: PublicKey

      The sender's token account public key.

    • recipientTokenAccount: PublicKey

      The recipient's token account public key.

    • token: BridgeTokenConfig

      The configuration for the token.

    Returns Promise<Transaction>

Generated using TypeDoc