@wormhole-foundation/sdk-solana-tbtc
Version:
SDK for Solana chains, used in conjunction with @wormhole-foundation/sdk
9 lines • 595 B
TypeScript
import { PublicKey } from '@solana/web3.js';
import { Chain } from '@wormhole-foundation/sdk-connect';
export declare function getCustodianPda(gatewayProgramId: PublicKey): PublicKey;
export declare function getCoreMessagePda(gatewayProgramId: PublicKey, sequence: bigint): PublicKey;
export declare function getGatewayInfoPda(gatewayProgramId: PublicKey, targetChain: Chain): PublicKey;
export declare const TBTC_PROGRAM_ID: PublicKey;
export declare function getConfigPda(): PublicKey;
export declare function getMinterInfoPda(minter: PublicKey): PublicKey;
//# sourceMappingURL=utils.d.ts.map