UNPKG

@cks-systems/manifest-sdk

Version:
20 lines 476 B
import { PublicKey } from '@solana/web3.js'; export * from './accounts'; export * from './errors'; export * from './instructions'; export * from './types'; /** * Program address * * @category constants * @category generated */ export declare const PROGRAM_ADDRESS = "MNFSTqtC93rEfYHB6hF82sKdZpUDFWkViLByLd1k1Ms"; /** * Program public key * * @category constants * @category generated */ export declare const PROGRAM_ID: PublicKey; //# sourceMappingURL=index.d.ts.map