UNPKG

filecoin-pin

Version:

Bridge IPFS content to Filecoin Onchain Cloud using familiar tools

11 lines (9 loc) 270 B
// Re-export payment types from the synapse module export type { PaymentStatus, StorageAllowances } from '../synapse/payments.js' export interface PaymentSetupOptions { auto: boolean privateKey?: string rpcUrl?: string deposit: string rateAllowance: string }