UNPKG

@tribecahq/tribeca-sdk

Version:

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

4 lines 309 B
import { PublicKey } from "@solana/web3.js"; export declare const findSimpleElectorateAddress: (base: PublicKey) => Promise<[PublicKey, number]>; export declare const findTokenRecordAddress: (authorityKey: PublicKey, electorateKey: PublicKey) => Promise<[PublicKey, number]>; //# sourceMappingURL=pda.d.ts.map