balance property
- @TagNumber(3)
Amount of TRX staked for resource to be undelegated, unit is sun, data type is uint256
Implementation
@$pb.TagNumber(3)
$fixnum.Int64 get balance => $_getI64(2);
- @TagNumber(3)
Implementation
@$pb.TagNumber(3)
set balance($fixnum.Int64 v) {
$_setInt64(2, v);
}