UNPKG

@azpool/chia-client

Version:

TypeScript client for Chia node peer RPC interface

9 lines (8 loc) 154 B
export interface VdfOutput { data: string; } export interface Vdf { challenge: string; number_of_iterations: string; output: VdfOutput; }