TransactionBuilder class

Constructors

TransactionBuilder({required List<Utxo> utxos})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
utxos List<Utxo>
final

Methods

createUnsignedTransaction({required Address toAddress, required Amount amount, required Address changeAddress}) Transaction
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
selectUtxos({required BigInt spendAmount, required BigInt feePerInput}) List<Utxo>
toString() String
A string representation of this object.
inherited

Operators

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