lockTime property

  1. @TagNumber(2)
int get lockTime

(optional) Block height or timestamp indicating at what point transactions can be included in a block. Zero by default.

Implementation

@$pb.TagNumber(2)
$core.int get lockTime => $_getIZ(1);
  1. @TagNumber(2)
set lockTime (int v)

Implementation

@$pb.TagNumber(2)
set lockTime($core.int v) {
  $_setUnsignedInt32(1, v);
}