UNPKG

@kyve/core

Version:

🚀 The base KYVE node implementation.

3 lines (2 loc) • 93 B
import { Node } from ".."; export declare function canPropose(this: Node): Promise<boolean>;