osmosisReplicationTimestamp property

  1. @TagNumber.new(32)
Int64 get osmosisReplicationTimestamp

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);
  1. @TagNumber.new(32)
set osmosisReplicationTimestamp (Int64 v)

Implementation

@$pb.TagNumber(32)
set osmosisReplicationTimestamp($fixnum.Int64 v) { $_setInt64(5, v); }