expiration property
/ How long, in terms of the number of blocks, the transaction will be allowed to be mined in VeChainThor.
Implementation
@$pb.TagNumber(3)
$core.int get expiration => $_getIZ(2);
Implementation
@$pb.TagNumber(3)
set expiration($core.int v) {
$_setUnsignedInt32(2, v);
}