sendAmount property
- @TagNumber.new(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.new(6)
Implementation
@$pb.TagNumber(6)
set sendAmount($fixnum.Int64 value) => $_setInt64(5, value);