UNPKG

@kyve/core

Version:

🚀 The base KYVE node implementation.

3 lines (2 loc) • 244 B
import { Node } from ".."; export declare function submitBundleProposal(this: Node, storageId: string, byteSize: number, fromHeight: number, toHeight: number, fromKey: string, toKey: string, toValue: string, bundleHash: string): Promise<void>;