hrp property

  1. @TagNumber(3)
String get hrp

HRP for this coin type if applicable.

Implementation

@$pb.TagNumber(3)
$core.String get hrp => $_getSZ(2);
  1. @TagNumber(3)
set hrp (String v)

Implementation

@$pb.TagNumber(3)
set hrp($core.String v) {
  $_setString(2, v);
}