timeoutTimestamp property

  1. @TagNumber.new(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.new(7)
set timeoutTimestamp (Int64 value)

Implementation

@$pb.TagNumber(7)
set timeoutTimestamp($fixnum.Int64 value) => $_setInt64(6, value);