vout property
The position in the previous transactions output that this input references.
Implementation
@$pb.TagNumber(2)
$core.int get vout => $_getIZ(1);
Implementation
@$pb.TagNumber(2)
set vout($core.int value) => $_setUnsignedInt32(1, value);