blockHeightAtOfferCreation property

  1. @TagNumber(25)
Int64 get blockHeightAtOfferCreation

Implementation

@$pb.TagNumber(25)
$fixnum.Int64 get blockHeightAtOfferCreation => $_getI64(24);
  1. @TagNumber(25)
set blockHeightAtOfferCreation (Int64 v)

Implementation

@$pb.TagNumber(25)
set blockHeightAtOfferCreation($fixnum.Int64 v) { $_setInt64(24, v); }