UNPKG

@etherna/sdk-js

Version:

Etherna SDKs for operations on the network

8 lines 327 B
import type { ContentAddressedChunk } from "../types"; /** * Creates a content addressed chunk and verifies the payload size. * * @param payloadBytes the data to be stored in the chunk */ export declare function makeContentAddressedChunk(payloadBytes: Uint8Array): ContentAddressedChunk; //# sourceMappingURL=chunk.d.ts.map