amount property

  1. @TagNumber.new(2)
Amount get amount

Optional stake amount.

Implementation

@$pb.TagNumber(2)
Amount get amount => $_getN(1);
  1. @TagNumber.new(2)
set amount (Amount value)

Implementation

@$pb.TagNumber(2)
set amount(Amount value) => $_setField(2, value);