timeoutTimestamp property
- @TagNumber(7)
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);
- @TagNumber(7)
Implementation
@$pb.TagNumber(7)
set timeoutTimestamp($fixnum.Int64 v) {
$_setInt64(6, v);
}