@tribecahq/tribeca-sdk
Version:
The TypeScript SDK for Tribeca, an open standard and toolkit for launching DAOs on Solana.
5 lines • 376 B
TypeScript
import type { PublicKey } from "@solana/web3.js";
export declare const getLockerAddress: (base: PublicKey) => PublicKey;
export declare const getEscrowAddress: (locker: PublicKey, authority: PublicKey) => PublicKey;
export declare const getWhitelistAddress: (locker: PublicKey, programId: PublicKey, owner: PublicKey | null) => PublicKey;
//# sourceMappingURL=pdaSync.d.ts.map