filecoin-pin
Version:
Bridge IPFS content to Filecoin Onchain Cloud using familiar tools
8 lines • 307 B
TypeScript
/**
* Validation utility for core financial calculations.
* Keeps pricing inputs non-zero and positive.
*
* @param pricePerTiBPerEpoch - Current pricing from storage service
*/
export declare function assertPriceNonZero(pricePerTiBPerEpoch: bigint): void;
//# sourceMappingURL=validate-pricing.d.ts.map