SealdCheckSigchainResponse class

CheckSigchainHashResponse is returned when calling SealdSdk.checkSigchainHash or SealdSdk.checkSigchainHashAsync, containing if the hash was found in the sigchain or not.

If the hash was found, it also contain at which position it was found. 0 otherwise.

Properties

found bool
Whether or not the hash was found in the user's sigchain.
final
hashCode int
The hash code for this object.
no setterinherited
lastPosition int
The number of transaction in the sigchain.
final
position int
The position in the sigchain where the expected hash was found.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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