UNPKG

@kyve/core

Version:

🚀 The base KYVE node implementation.

3 lines (2 loc) • 131 B
import { Node } from ".."; export declare function voteBundleProposal(this: Node, storageId: string, vote: number): Promise<void>;