lotus/api
2024-04-04 18:06:19 +02:00
..
client feat: Curio - Easy Migration (#11617) 2024-03-15 16:38:13 -05:00
docgen feat: Curio - Easy Migration (#11617) 2024-03-15 16:38:13 -05:00
docgen-openrpc
mocks feat(events): add "Raw" suffix to {Get,Subscribe}ActorEvents 2024-03-19 19:22:01 +11:00
types
v0api chore: Merge nv22 into master (#11699) 2024-03-12 10:33:58 +01:00
v1api feat: Curio - Easy Migration (#11617) 2024-03-15 16:38:13 -05:00
api_common.go
api_curio.go feat: Curio - Easy Migration (#11617) 2024-03-15 16:38:13 -05:00
api_errors.go
api_full.go feat(events): add "Raw" suffix to {Get,Subscribe}ActorEvents 2024-03-19 19:22:01 +11:00
api_gateway.go feat(events): add "Raw" suffix to {Get,Subscribe}ActorEvents 2024-03-19 19:22:01 +11:00
api_net.go
api_storage.go add miner fliter 2024-04-04 18:06:19 +02:00
api_test.go
api_wallet.go
api_worker.go
cbor_gen.go chore: Merge nv22 into master (#11699) 2024-03-12 10:33:58 +01:00
checkstatuscode_string.go
eth_aliases.go
miner_subsystems.go
permissioned.go lotus-provider: fix RPC construction for real real 2023-12-04 14:15:58 +01:00
proxy_gen.go add miner fliter 2024-04-04 18:06:19 +02:00
proxy_util_test.go
proxy_util.go
README.md
types.go chore: Merge nv22 into master (#11699) 2024-03-12 10:33:58 +01:00
utils.go
version.go feat: Curio - Easy Migration (#11617) 2024-03-15 16:38:13 -05: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