lockTime property
The time when a transaction can be spent (usually zero, in which case it has no effect).
Implementation
@$pb.TagNumber(5)
$core.int get lockTime => $_getIZ(4);
Implementation
@$pb.TagNumber(5)
set lockTime($core.int v) {
$_setUnsignedInt32(4, v);
}