# README
Error Codes for services
InvalidParams = 1001
IOError = 1002
ParseError = 1003
ConfigurationError = 1004
ResourceNotFoundError = 1005
InternalError = 1006
WalletError = 2006
AccountsError = 2007
# Structs
Context is the master context for creating new contexts.
basic RestfulService entry point.
# Type aliases
Map of services, keyed by the name/prefix of the service.
No description provided by the author