vout property

  1. @TagNumber(2)
int get vout

The position in the previous transactions output that this input references.

Implementation

@$pb.TagNumber(2)
$core.int get vout => $_getIZ(1);
  1. @TagNumber(2)
set vout (int v)

Implementation

@$pb.TagNumber(2)
set vout($core.int v) {
  $_setUnsignedInt32(1, v);
}