UNPKG

@cks-systems/manifest-sdk

Version:
20 lines (19 loc) 441 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 = "UMnFStVeG1ecZFc2gc5K3vFy3sMpotq8C91mXBQDGwh"; /** * Program public key * * @category constants * @category generated */ export declare const PROGRAM_ID: PublicKey;