UNPKG

@flipflop-sdk/node

Version:

FlipFlop Node.js SDK for programmatic token operations

4 lines (3 loc) 214 B
import { MintTokenOptions, MintTokenResponse } from "./types"; import { ApiResponse } from "./raydium/types"; export declare const mintToken: (options: MintTokenOptions) => Promise<ApiResponse<MintTokenResponse>>;