UNPKG

@tribecahq/tribeca-sdk

Version:

The TypeScript SDK for Tribeca, an open standard and toolkit for launching DAOs on Solana.

6 lines 454 B
import { PublicKey } from "@solana/web3.js"; export * from "./pdaSync"; export declare const findLockerAddress: (base: PublicKey) => Promise<[PublicKey, number]>; export declare const findEscrowAddress: (locker: PublicKey, authority: PublicKey) => Promise<[PublicKey, number]>; export declare const findWhitelistAddress: (locker: PublicKey, programId: PublicKey, owner: PublicKey | null) => Promise<[PublicKey, number]>; //# sourceMappingURL=pda.d.ts.map