@bbachain/spl-token-metadata
Version:
18 lines • 432 B
TypeScript
import { PublicKey } from '@bbachain/web3.js';
export * from './accounts';
export * from './errors';
export * from './instructions';
export * from './types';
/**
* Program address
*
* @category constants
*/
export declare const PROGRAM_ADDRESS = "meta9hXUUHmM7FT8haXiCVsw168kWb8UkFFhAWMEzim";
/**
* Program public key
*
* @category constants
*/
export declare const PROGRAM_ID: PublicKey;
//# sourceMappingURL=index.d.ts.map