ValidationStamp constructor
const
ValidationStamp({})
Implementation
const factory ValidationStamp({
/// All the operations performed by the transaction
LedgerOperations? ledgerOperations,
/// Hash of the previous proof of integrity and the transaction
String? proofOfIntegrity,
/// Public key matching the origin signature
String? proofOfWork,
/// Coordinator signature of the stamp
String? signature,
/// Timestamp
int? timestamp,
/// Version of the transaction validation protocol
int? protocolVersion,
}) = _ValidationStamp;