lockTime property
The block number or timestamp at which this transaction is unlocked.
Implementation
@$pb.TagNumber(2)
$core.int get lockTime => $_getIZ(1);
Implementation
@$pb.TagNumber(2)
set lockTime($core.int v) {
$_setUnsignedInt32(1, v);
}