HashCache class

Hash Cache

For use in sighash.

Constructors

HashCache({List<int>? prevoutsHashBuf, List<int>? sequenceHashBuf, List<int>? outputsHashBuf})

Properties

hashCode int
The hash code for this object.
no setterinherited
outputsHashBuf List<int>?
getter/setter pair
prevoutsHashBuf List<int>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequenceHashBuf List<int>?
getter/setter pair

Methods

fromBuffer(List<int> buf) HashCache
fromJSON(Map json) HashCache
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBuffer() List<int>
toHex() String
toJSON() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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