SignatureBlock class

Signature block hash list. Each block hash is determined based on the previous block hash.

Constructors

SignatureBlock(List<int> bytes)
factory

Properties

hash List<int>
Sha2 sha256 Hash of the current signature block sha256(previous hash + current recipient public key) Genesis hash is sha256(mint public key + the UUID of the promissory + issuance timestamp + amount + decimals + currency code)
no setter
hashCode int
The hash code for this object.
no setterinherited
previous SignatureBlock
Previous Signature Block
no setter
publicKey List<int>
Public key of the signature from the wallet holding the promissory
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp int
Timestamp when the new block was created
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

reader → const Reader<SignatureBlock>