sendAmount property
- @TagNumber(6)
Total sending amount in all the transaction outputs. That is an amount that will be sent (including change output if applied).
Implementation
@$pb.TagNumber(6)
$fixnum.Int64 get sendAmount => $_getI64(5);
- @TagNumber(6)
Implementation
@$pb.TagNumber(6)
set sendAmount($fixnum.Int64 v) {
$_setInt64(5, v);
}