Update bech32 human readable spec to simply "cosmos" (#2103)
Update bech32 human readable to simply "cosmos"
This commit is contained in:
parent
46176aa6e2
commit
305589faf4
|
@ -9,10 +9,10 @@ In the Cosmos network, keys and addresses may refer to a number of different rol
|
|||
|
||||
| HRP | Definition |
|
||||
| ------------- |:-------------:|
|
||||
| `cosmosaccaddr` | Cosmos Account Address |
|
||||
| `cosmosaccpub` | Cosmos Account Public Key |
|
||||
| `cosmosvaladdr` | Cosmos Consensus Address |
|
||||
| `cosmosvalpub` | Cosmos Consensus Public Key|
|
||||
| `cosmos` | Cosmos Account Address |
|
||||
| `cosmospub` | Cosmos Account Public Key |
|
||||
| `cosmosval` | Cosmos Validator Consensus Address |
|
||||
| `cosmosval` | Cosmos Validator Consensus Public Key|
|
||||
|
||||
## Encoding
|
||||
|
||||
|
|
Loading…
Reference in New Issue