UNPKG

opendb_test_rpc

Version:

general purpose library for OpenDB blockchain

11 lines (10 loc) 202 B
export interface Block { height: number; hash: string; timestamp: string; timestamp_human: string; version: number; producer: string; parent: string; tx_count: number; }