osmosisReplicationTimestamp property
- @TagNumber.new(32)
Replication timestamp, expressed in seconds since the epoch, otherwise the same value as in the "timestamp=..." field in the state.txt file used by Osmosis.
Implementation
@$pb.TagNumber(32)
$fixnum.Int64 get osmosisReplicationTimestamp => $_getI64(5);
- @TagNumber.new(32)
Implementation
@$pb.TagNumber(32)
set osmosisReplicationTimestamp($fixnum.Int64 v) { $_setInt64(5, v); }