amount property
- @TagNumber(3)
Requested ADA amount to be transferred. Output can be different only in use_max_amount case. Note that Cardano has a minimum amount per UTXO, see TWCardanoMinAdaAmount.
Implementation
@$pb.TagNumber(3)
$fixnum.Int64 get amount => $_getI64(2);
- @TagNumber(3)
Implementation
@$pb.TagNumber(3)
set amount($fixnum.Int64 v) {
$_setInt64(2, v);
}