AccountAddress is wallet address, will be generated from Hash(nodePublicKey).
| 53 | |
| 54 | // AccountAddress is wallet address, will be generated from Hash(nodePublicKey). |
| 55 | type AccountAddress hash.Hash |
| 56 | |
| 57 | // UnmarshalJSON implements the json.Unmarshaler interface. |
| 58 | func (z *AccountAddress) UnmarshalJSON(data []byte) error { |
no outgoing calls
no test coverage detected