{ "opencollection": "1.0.0", "info": { "name": "FastNEAR accounts Query API", "version": "3.0.3" }, "items": [ { "info": { "name": "Query", "type": "folder" }, "items": [ { "info": { "name": "query", "type": "http" }, "http": { "method": "POST", "url": "https://api.fastnear.com/query", "body": { "type": "json", "data": "{}" } }, "docs": "This module allows you to make generic requests to the network.\n\nThe `RpcQueryRequest` struct takes in a [`BlockReference`](https://docs.rs/near-primitives/0.12.0/near_primitives/types/enum.BlockReference.html) and a [`QueryRequest`](https://docs.rs/near-primitives/0.12.0/near_primitives/views/enum.QueryRequest.html).\n\nThe `BlockReference` enum allows you to specify a block by `Finality`, `BlockId` or `SyncCheckpoint`.\n\nThe `QueryRequest` enum provides multiple variants for performing the follow" } ] } ], "bundled": true }