Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.21 KB

File metadata and controls

18 lines (15 loc) · 1.21 KB

Query data

After connecting to the blockchain via an LCDClient instance, you can begin querying data. Data access is organized into various module APIs, which are accessible from within the LCDClient instance. Because they make HTTP requests in the background, they are Promises that can be awaited in order to not block during network IO.

Each module has its own set of querying functions. To get a comprehensive list, explore the module documentation: