UNPKG

filecoin-pin

Version:

Bridge IPFS content to Filecoin Onchain Cloud using familiar tools

15 lines 525 B
/** * Automatic payment setup flow * * This module provides an automated, non-interactive setup experience for * configuring payment approvals. It uses default values and command-line * options to complete the setup without user interaction. */ import type { PaymentSetupOptions } from './types.js'; /** * Run automatic payment setup with defaults * * @param options - Options from command line */ export declare function runAutoSetup(options: PaymentSetupOptions): Promise<void>; //# sourceMappingURL=auto.d.ts.map