UNPKG

@wormhole-foundation/sdk-solana-cctp

Version:

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

9 lines 374 B
/// <reference types="node" /> import { PublicKey } from '@solana/web3.js'; interface FindProgramAddressResponse { publicKey: PublicKey; bump: number; } export declare const findProgramAddress: (label: string, programId: PublicKey, extraSeeds?: (string | number[] | Buffer | PublicKey)[]) => FindProgramAddressResponse; export {}; //# sourceMappingURL=index.d.ts.map