GsplTxData class

Inheritance

Constructors

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

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
networkType NetworkType?
The wallet's actually-selected NetworkType (mainnet or testnet), set by GsplTxSigner from wallet.setting.networkType. Mainnet and testnet share the same BIP44 coin-type segment for these chains, so it cannot be recovered from an input's path alone; when unset, _networkType falls back to a mainnet-only heuristic for backward compatibility.
getter/setter pair
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