availableAmount property
- @TagNumber(5)
Maximum available amount in all the transaction input UTXOs. That is an amount that will be spent by this transaction.
Implementation
@$pb.TagNumber(5)
$fixnum.Int64 get availableAmount => $_getI64(4);
- @TagNumber(5)
Implementation
@$pb.TagNumber(5)
set availableAmount($fixnum.Int64 v) {
$_setInt64(4, v);
}