pushdataIdx property

  1. @TagNumber.new(1)
int get pushdataIdx

For ALP, the index of the pushdata in the OP_RETURN that failed parsing.

Implementation

@$pb.TagNumber(1)
$core.int get pushdataIdx => $_getIZ(0);
  1. @TagNumber.new(1)
set pushdataIdx (int value)

Implementation

@$pb.TagNumber(1)
set pushdataIdx($core.int value) => $_setSignedInt32(0, value);