PartiallySignedTransaction class

A Partially Signed Transaction

Constructors

PartiallySignedTransaction({required String psbtBase64})

Properties

hashCode int
The hash code for this object.
no setterinherited
psbtBase64 String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

combine(PartiallySignedTransaction other) Future<PartiallySignedTransaction>
Combines this PartiallySignedTransaction with other PSBT as described by BIP 174.
extractTx() Future<Transaction>
Return the transaction as bytes.
feeAmount() Future<int?>
Return feeAmount
feeRate() Future<FeeRate?>
Return Fee Rate
jsonSerialize() Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize() Future<String>
Return txid as string
toString() String
A string representation of this object.
override
txId() Future<String>
Returns the PartiallySignedTransaction transaction id

Operators

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