TransactionBuilder class
Constructors
-
TransactionBuilder({required List<
Utxo> utxos})
Properties
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