expiration property

  1. @TagNumber.new(3)
int get expiration

/ 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);
  1. @TagNumber.new(3)
set expiration (int value)

Implementation

@$pb.TagNumber(3)
set expiration($core.int value) => $_setUnsignedInt32(2, value);