SegwitAddress constructor

SegwitAddress({
  1. String? hrp,
  2. int version = 0x00,
})

Implementation

SegwitAddress({this.hrp, this.version = 0x00});