timeoutTimestamp property

  1. @TagNumber(7)
Int64 get timeoutTimestamp

Timeout timestamp (in nanoseconds) relative to the current block timestamp. Either timeout height or timestamp should be set.

Implementation

@$pb.TagNumber(7)
$fixnum.Int64 get timeoutTimestamp => $_getI64(6);
  1. @TagNumber(7)
set timeoutTimestamp (Int64 v)

Implementation

@$pb.TagNumber(7)
set timeoutTimestamp($fixnum.Int64 v) {
  $_setInt64(6, v);
}