Segwit constructor

Segwit(
  1. String hrp,
  2. List<int> program
)

Implementation

Segwit(this.hrp, this.program);