nhashtype property

int nhashtype

Returns the SighashType value that was detected with fromTxFormat() constructor

Implementation

int get nhashtype => _nhashtype;
void nhashtype=(dynamic value)

Force a specific SighashType value that will be returned with toTxFormat()

Implementation

set nhashtype(value) {
    _nhashtype = value;
}