UNPKG

gill

Version:

a modern javascript/typescript client library for interacting with the Solana blockchain

9 lines 255 B
/** * Token Metadata program from Metaplex * - repo: https://github.com/metaplex-foundation/mpl-token-metadata * * TypeScript client generated via Codama */ export * from "./generated"; export * from "./addresses"; //# sourceMappingURL=index.d.ts.map