GsplTxData class

Inheritance

Constructors

GsplTxData.new({required List<GsplItem> inputs, required String hex, GsplItem? change, required BtcSignDataType dataType})

Properties

change GsplItem?
final
dataType BtcSignDataType
final
hashCode int
The hash code for this object.
no setterinherited
hex String
getter/setter pair
inputs List<GsplItem>
getter/setter pair
isSigned bool
getter/setter pairinherited
message String
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature String
getter/setter pairinherited

Methods

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

Operators

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