PsbtTxData class
Constructors
- PsbtTxData.new(PSBT psbt, String unsignedPsbt, bool isTaproot)
Properties
- fee → int
-
gas fee
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isSigned ↔ bool
-
getter/setter pairinherited
- isTaproot → bool
-
final
- message ↔ String
-
getter/setter pairinherited
- origin → Origin
-
no setter
- psbt → PSBT
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signature ↔ String
-
getter/setter pairinherited
- transferAddress → String
-
get receive address (first non-change output)
no setter
- transferAmount → int
-
get transfer amount (all outputs, not excluding change)
no setter
- unsignedPsbt ↔ String
-
getter/setter pair
Methods
-
getSignedTxHex(
) → String -
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