index.ts 195 B

12345
  1. import { PublicKey } from '@solana/web3.js';
  2. export * from './instructions';
  3. export * from './accounts';
  4. export const PROGRAM_ID = new PublicKey('Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS');