toJson method
Implementation
Map<String, dynamic> toJson() => <String, dynamic>{
'ledgerOperations': ledgerOperations!.toJson(),
'proofOfIntegrity': proofOfIntegrity,
'proofOfWork': proofOfWork,
'signature': signature,
'timestamp': timestamp,
};