ShelleyAddress constructor

ShelleyAddress(
  1. List<int> bytes, {
  2. String hrp = defaultAddrHrp,
})

Implementation

ShelleyAddress(List<int> bytes, {this.hrp = defaultAddrHrp}) : super(bytes);