LedgerOperations constructor
LedgerOperations({
- int? fee,
- List<
TransactionMovement> ? transactionMovements, - List<
UnspentOutputs> ? unspentOutputs,
Implementation
LedgerOperations({
this.fee,
this.transactionMovements,
this.unspentOutputs,
});