Skip to content

Latest commit

 

History

History
89 lines (59 loc) · 3.79 KB

README.md

File metadata and controls

89 lines (59 loc) · 3.79 KB

Echo Node API

Login API

The login_api is the bottom layer of the RPC API. All other APIs must be requested from this API.

Asset API

Access to asset holders and asset balances.

Database API

Exposes accessors on the database which query state tracked by a blockchain validating node. Read-only, all modifications to the database must be performed via transactions. Transactions can be broadcasted via the Network Broadcast API.

History API

Contains methods to access account and contract histories.

Key Config API

API that provides methods for config of keys.

Network Broadcast API

Allows broadcasting of transactions.

Network Node API

Allows maintenance of p2p connections.

Registration API

API that provides method for account registration

Echorand API

Contains methods to access echorand notifications.

DID API

Contains methods to access DID object.