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 v) {
$_setUnsignedInt32(1, v);
}
The position in the previous transactions output that this input references.
@$pb.TagNumber(2)
$core.int get vout => $_getIZ(1);
@$pb.TagNumber(2)
set vout($core.int v) {
$_setUnsignedInt32(1, v);
}