lockTime property
Block height or timestamp indicating at what point transactions can be included in a block. Zero by default.
Implementation
@$pb.TagNumber(5)
$core.int get lockTime => $_getIZ(4);
Implementation
@$pb.TagNumber(5)
set lockTime($core.int v) {
$_setUnsignedInt32(4, v);
}