toJson method
Implementation
Map<String, dynamic> toJson() => {
'time': time,
'height': height,
'hash': hash,
'slot': slot,
'epoch': epoch,
'epoch_slot': epochSlot,
'slot_leader': slotLeader,
'size': size,
'tx_count': txCount,
'output': output,
'fees': fees,
'block_vrf': blockVrf,
'op_cert': opCert,
'op_cert_counter': opCertCounter,
'previous_block': previousBlock,
'next_block': nextBlock,
'confirmations': confirmations,
};