getH160 property
String
get
getH160
returns the address's hash160 hex string representation
Implementation
String get getH160 {
if (type == AddressType.p2pk) throw UnimplementedError();
return _h160;
}