lotus/api
2022-01-14 17:14:32 -05:00
..
client
docgen Fix docsgen 2021-11-30 02:06:58 +01:00
docgen-openrpc
mocks make gen 2021-11-22 12:46:15 +01:00
types
v0api retrieval: DagSpec.MatchPath -> ExportMerkleProof 2021-11-29 21:14:00 +01:00
v1api
api_common.go cli for checking alerts 2021-08-26 15:45:17 +02:00
api_full.go retrieval: Update some API comments 2021-11-22 14:19:03 +01:00
api_gateway.go add additional methods to lotus gateway 2021-11-22 12:19:27 +01:00
api_net.go
api_storage.go WIP sector storage and integration test 2022-01-14 17:14:32 -05:00
api_test.go
api_wallet.go
api_worker.go WIP sector storage and integration test 2022-01-14 17:14:32 -05:00
cbor_gen.go
checkstatuscode_string.go
miner_subsystems.go
permissioned.go
proxy_gen.go WIP sector storage and integration test 2022-01-14 17:14:32 -05:00
proxy_util_test.go
proxy_util.go
README.md
types.go gofmt 2021-11-29 21:39:27 +01:00
utils.go
version.go cleanup worker resource overrides 2021-11-30 02:06:58 +01:00
wrap.go

Lotus API

This package contains all lotus API definitions. Interfaces defined here are exposed as JsonRPC 2.0 endpoints by lotus programs.

Versions

File Alias File Interface Exposed by Version HTTP Endpoint Status Docs
api_common.go v0api/latest.go Common lotus; lotus-miner v0 /rpc/v0 Latest, Stable Methods
api_full.go v1api/latest.go FullNode lotus v1 /rpc/v1 Latest, Work in progress Methods
api_storage.go v0api/latest.go StorageMiner lotus-miner v0 /rpc/v0 Latest, Stable Methods
api_worker.go v0api/latest.go Worker lotus-worker v0 /rpc/v0 Latest, Stable Methods
v0api/full.go FullNode lotus v0 /rpc/v0 Stable Methods