NodeID is the Hex of RawNodeID.
| 50 | |
| 51 | // NodeID is the Hex of RawNodeID. |
| 52 | type NodeID string |
| 53 | |
| 54 | // AccountAddress is wallet address, will be generated from Hash(nodePublicKey). |
| 55 | type AccountAddress hash.Hash |
no outgoing calls
no test coverage detected