completionTime property

  1. @TagNumber.new(2)
Timestamp get completionTime

completion_time is the unix time for unbonding completion.

Implementation

@$pb.TagNumber(2)
$50.Timestamp get completionTime => $_getN(1);
  1. @TagNumber.new(2)
set completionTime (Timestamp v)

Implementation

@$pb.TagNumber(2)
set completionTime($50.Timestamp v) { setField(2, v); }