UNPKG

ethstorage-sdk-ts

Version:

eip-4844 blobs upload sdk from ethstorage-sdk

4 lines (3 loc) 213 B
/// <reference types="node" /> import { HexString } from "ethers/lib.commonjs/utils/data"; export declare function Download(ethStorageRpc: string, ethStorageAddress: HexString, fileName: string): Promise<Buffer>;