fee property
- @TagNumber(5)
Max fee to spend, can be obtained using get_fee API.
Implementation
@$pb.TagNumber(5)
$fixnum.Int64 get fee => $_getI64(4);
- @TagNumber(5)
Implementation
@$pb.TagNumber(5)
set fee($fixnum.Int64 v) {
$_setInt64(4, v);
}