wormhole/sdk/js/src/solana/index.ts

16 lines
475 B
TypeScript

export * from "./utils";
export {
postVaa as postVaaSolana,
postVaaWithRetry as postVaaSolanaWithRetry,
} from "./sendAndConfirmPostVaa";
export {
createVerifySignaturesInstructions as createVerifySignaturesInstructionsSolana,
createPostVaaInstruction as createPostVaaInstructionSolana,
createBridgeFeeTransferInstruction,
getPostMessageAccounts as getWormholeCpiAccounts,
} from "./wormhole";
export * from "./wormhole/cpi";
export * from "./tokenBridge/cpi";