lotus/api
Łukasz Magiera 6d770f6e10 make gen
2022-06-15 16:51:30 +02:00
..
client api: Separate the Net interface from Common 2021-07-15 11:41:30 +02:00
docgen chore: remove redundant import prefixes 2022-06-15 12:06:22 +02:00
docgen-openrpc chore: fix imports 2022-06-14 17:00:51 +02:00
mocks chore: fix imports 2022-06-14 17:00:51 +02:00
types
v0api chore: fix imports 2022-06-14 17:00:51 +02:00
v1api
api_common.go chore: fix imports 2022-06-14 17:00:51 +02:00
api_full.go chore: fix imports 2022-06-14 17:00:51 +02:00
api_gateway.go chore: fix imports 2022-06-14 17:00:51 +02:00
api_net.go chore: remove redundant import prefixes 2022-06-15 12:06:22 +02:00
api_storage.go chore: remove redundant import prefixes 2022-06-15 12:06:22 +02:00
api_test.go feat: Add additional test annotations (#8272) 2022-03-16 18:37:34 +01:00
api_wallet.go
api_worker.go chore: remove redundant import prefixes 2022-06-15 12:06:22 +02:00
cbor_gen.go chore: fix imports 2022-06-14 17:00:51 +02:00
checkstatuscode_string.go
miner_subsystems.go fix docs and nits. 2021-07-28 20:03:25 +01:00
permissioned.go api: Separate the Net interface from Common 2021-07-15 11:41:30 +02:00
proxy_gen.go make gen 2022-06-15 16:51:30 +02:00
proxy_util_test.go feat: Add additional test annotations (#8272) 2022-03-16 18:37:34 +01:00
proxy_util.go api: Separate the Net interface from Common 2021-07-15 11:41:30 +02:00
README.md
types.go chore: fix imports 2022-06-14 17:00:51 +02:00
utils.go
version.go chore: remove redundant import prefixes 2022-06-15 12:06:22 +02:00
wrap.go api: Fix Wrap for nested proxy structs 2021-06-28 19:00:37 +02:00

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