expiry property
The block height at which the transaction expires and is no longer valid.
Implementation
@$pb.TagNumber(6)
$core.int get expiry => $_getIZ(5);
Implementation
@$pb.TagNumber(6)
set expiry($core.int v) {
$_setUnsignedInt32(5, v);
}