UNPKG

airgap-coin-lib

Version:

The airgap-coin-lib is a protocol agnostic library to prepare, sign and broadcast cryptocurrency transactions.

14 lines (13 loc) 304 B
export interface TezosBlockHeader { level: number; proto: number; predecessor: string; timestamp: string; validation_pass: number; operations_hash: string; fitness: string[]; context: string; priority: number; proof_of_work_nonce: string; signature: string; }