UNPKG

@wormhole-foundation/sdk-solana-cctp

Version:

SDK for Solana, used in conjunction with @wormhole-foundation/sdk

5 lines 593 B
import type { TransactionInstruction } from '@solana/web3.js'; import { PublicKey } from '@solana/web3.js'; import type { UniversalAddress } from '@wormhole-foundation/sdk-connect'; export declare function createDepositForBurnInstruction(messageTransmitterProgramId: PublicKey, tokenMessengerProgramId: PublicKey, tokenMint: PublicKey, destinationDomain: number, senderAddress: PublicKey, senderAssociatedTokenAccountAddress: PublicKey, recipient: UniversalAddress, amount: bigint, messageSendEventData: PublicKey): Promise<TransactionInstruction>; //# sourceMappingURL=depositForBurn.d.ts.map