GetDigestResponse class

Constructors

GetDigestResponse({required Uint8List digest, required ValueHolder digestTipAddress})
GetDigestResponse.fromJson(Map<String, dynamic> json)
factory

Properties

digest Uint8List
The 256-bit hash value representing the digest returned by a GetDigest request.
final
digestTipAddress ValueHolder
The latest block location covered by the digest that you requested. An address is an Amazon Ion structure that has two fields: strandId and sequenceNo.
final
hashCode int
The hash code for this object.
no setterinherited
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