Expand description
Diem Client
Client (binary) is the CLI tool to interact with Diem validator. It supposes all public APIs.
Modules
- Main instance of client holding corresponding information, e.g. account address.
- Command struct to interact with client.
Structs
- Struct used to store data for each created account. We track the sequence number so we can create new transactions easily
Enums
- Enum used to represent account status.