UNPKG

@bbachain/spl-token-metadata

Version:
11 lines 302 B
import * as beet from '@bbachain/beet'; import * as web3 from '@bbachain/web3.js'; export type Collection = { verified: boolean; key: web3.PublicKey; }; /** * @category userTypes */ export declare const collectionBeet: beet.BeetArgsStruct<Collection>; //# sourceMappingURL=Collection.d.ts.map