PartiallySignedTransaction class

A Partially Signed Transaction

Properties

hashCode int
The hash code for this object.
no setterinherited
ptr → MutexPartiallySignedTransaction
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

asString() String
inherited
combine(PartiallySignedTransaction other) PartiallySignedTransaction
Combines this PartiallySignedTransaction with other PSBT as described by BIP 174.
extractTx() Transaction
Return the transaction as bytes.
feeAmount({dynamic hint}) BigInt?
Return fee amount
feeRate({dynamic hint}) FeeRate?
Return fee rate
jsonSerialize({dynamic hint}) String
Serialize the PSBT data structure as a String of JSON.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize({dynamic hint}) Uint8List
Serialize as raw binary data
toString() String
A string representation of this object.
override
txid({dynamic hint}) String
Returns the PartiallySignedTransaction's transaction id

Operators

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

Static Methods

fromString(String psbtBase64) Future<PartiallySignedTransaction>
Parse a PartiallySignedTransaction with given Base64 string