UNPKG

solana-options

Version:

Minting of options contract NFTs on the Solana blockchain

5 lines 284 B
import Jimp from 'jimp'; import { Contract } from '.'; export declare function create_doc_img(contract: Contract): Promise<Jimp>; export declare function publish_doc(contract: Contract, url?: string): Promise<import("axios").AxiosResponse<any, any>>; //# sourceMappingURL=doc.d.ts.map