amount property
- @TagNumber.new(3)
 
amount of token to unfreeze
Implementation
@$pb.TagNumber(3)
$fixnum.Int64 get amount => $_getI64(2);
- @TagNumber.new(3)
 
Implementation
@$pb.TagNumber(3)
set amount($fixnum.Int64 v) {
  $_setInt64(2, v);
}
amount of token to unfreeze
@$pb.TagNumber(3)
$fixnum.Int64 get amount => $_getI64(2);
@$pb.TagNumber(3)
set amount($fixnum.Int64 v) {
  $_setInt64(2, v);
}