lotus/api
2022-06-10 15:52:32 -04:00
..
client
docgen Implement function to migrate actors with only code changes 2022-06-10 15:52:32 -04:00
docgen-openrpc
mocks Implement function to migrate actors with only code changes 2022-06-10 15:52:32 -04:00
types
v0api Implement function to migrate actors with only code changes 2022-06-10 15:52:32 -04:00
v1api
api_common.go cli for checking alerts 2021-08-26 15:45:17 +02:00
api_full.go Implement function to migrate actors with only code changes 2022-06-10 15:52:32 -04:00
api_gateway.go Implement function to migrate actors with only code changes 2022-06-10 15:52:32 -04:00
api_net.go Merge branch 'feat/net-ping' of github.com:ychiaoli18/lotus into feat/net-ping 2022-03-21 13:06:11 +01:00
api_storage.go Merge branch 'feat/nv16' 2022-06-03 14:01:49 -04:00
api_test.go feat: Add additional test annotations (#8272) 2022-03-16 18:37:34 +01:00
api_wallet.go
api_worker.go Merge branch 'release/v1.15.3' into jen/mergev1153to16 2022-05-31 16:33:18 -04:00
cbor_gen.go make jen 2022-05-23 15:11:46 -04:00
checkstatuscode_string.go
miner_subsystems.go fix docs and nits. 2021-07-28 20:03:25 +01:00
permissioned.go
proxy_gen.go Implement function to migrate actors with only code changes 2022-06-10 15:52:32 -04:00
proxy_util_test.go feat: Add additional test annotations (#8272) 2022-03-16 18:37:34 +01:00
proxy_util.go
README.md
types.go Merge branch 'release/v1.15.3' into jen/mergev1153to16 2022-05-31 16:33:18 -04:00
utils.go
version.go stores: http: Support multiple storage IDs in ?keep 2022-03-16 12:28:56 +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