amount property

  1. @TagNumber(3)
CosmosCoin get amount

Implementation

@$pb.TagNumber(3)
$6.CosmosCoin get amount => $_getN(2);
  1. @TagNumber(3)
set amount (CosmosCoin v)

Implementation

@$pb.TagNumber(3)
set amount($6.CosmosCoin v) { setField(3, v); }