lotus/api
Andrew Jackson (Ajax) 3c4e22ff0c gen fix
2023-11-13 17:59:34 -06:00
..
client gen fix 2023-11-13 17:59:34 -06:00
docgen gen fix 2023-11-13 17:59:34 -06:00
docgen-openrpc gen fix 2023-11-13 17:59:34 -06:00
mocks gen fix 2023-11-13 17:59:34 -06:00
types feat: gateway: eth_ api support 2023-01-13 20:04:41 +01:00
v0api gen fix 2023-11-13 17:59:34 -06:00
v1api Add uuid to mpool message sent to chain node from miner 2022-08-16 15:39:06 -04:00
api_common.go gen fix 2023-11-13 17:59:34 -06:00
api_errors.go gen fix 2023-11-13 17:59:34 -06:00
api_full.go gen fix 2023-11-13 17:59:34 -06:00
api_gateway.go gen fix 2023-11-13 17:59:34 -06:00
api_net.go gen fix 2023-11-13 17:59:34 -06:00
api_storage.go gen fix 2023-11-13 17:59:34 -06:00
api_test.go gen fix 2023-11-13 17:59:34 -06:00
api_wallet.go gen fix 2023-11-13 17:59:34 -06:00
api_worker.go gen fix 2023-11-13 17:59:34 -06:00
cbor_gen.go gen fix 2023-11-13 17:59:34 -06:00
checkstatuscode_string.go implement MessagePool.CheckMessages 2021-05-07 15:30:04 +02:00
eth_aliases.go Moved tracing types to ethtypes to address circular dependencies 2023-08-28 17:48:22 +00:00
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 gen fix 2023-11-13 17:59:34 -06:00
proxy_util_test.go gen fix 2023-11-13 17:59:34 -06:00
proxy_util.go api: Separate the Net interface from Common 2021-07-15 11:41:30 +02:00
README.md api: Add basic package readme 2021-03-25 18:00:29 +01:00
types.go gen fix 2023-11-13 17:59:34 -06:00
utils.go gen fix 2023-11-13 17:59:34 -06:00
version.go Unbump api version as its not necessary 2023-03-06 08:37:28 -07: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