UNPKG

filecoin-pin

Version:

Bridge IPFS content to Filecoin Onchain Cloud using familiar tools

8 lines 265 B
/** * Pad raw size to the next multiple of 32 bytes * * @param rawSizeBytes - The actual size in bytes * @returns Padded size (next multiple of 32) */ export declare function padSizeToPDPLeaves(rawSizeBytes: number): number; //# sourceMappingURL=utils.d.ts.map