lotus/api
2021-05-24 15:11:50 +05:30
..
client gateway: Fix api getter 2021-04-20 18:42:12 +02:00
docgen implement MessagePool.CheckMessages 2021-05-07 15:30:04 +02:00
docgen-openrpc Merge apistruct with the api package 2021-03-25 15:10:08 +01:00
mocks remove read task type and run gen and docsgen 2021-05-20 15:25:46 -06:00
test test unsealing prices for default pricing strategy 2021-05-24 15:11:50 +05:30
types API proxy struct codegen (#5854) 2021-03-23 13:42:56 +01:00
v0api remove read task type and run gen and docsgen 2021-05-20 15:25:46 -06:00
v1api Merge apistruct with the api package 2021-03-25 15:10:08 +01:00
api_common.go api: Document API change process 2021-04-26 20:36:20 +02:00
api_full.go Merge remote-tracking branch 'origin/master' into feat/stateless-offline-dealflow 2021-05-11 04:54:22 +02:00
api_gateway.go api: Document API change process 2021-04-26 20:36:20 +02:00
api_storage.go api: Document API change process 2021-04-26 20:36:20 +02:00
api_test.go Merge apistruct with the api package 2021-03-25 15:10:08 +01:00
api_wallet.go API proxy struct codegen (#5854) 2021-03-23 13:42:56 +01:00
api_worker.go remove read task type and run gen and docsgen 2021-05-20 15:25:46 -06:00
cbor_gen.go Update markets, cbor-gen with soft map decoding 2021-02-19 20:11:43 +01:00
checkstatuscode_string.go implement MessagePool.CheckMessages 2021-05-07 15:30:04 +02:00
permissioned.go Merge apistruct with the api package 2021-03-25 15:10:08 +01:00
proxy_gen.go remove read task type and run gen and docsgen 2021-05-20 15:25:46 -06:00
README.md api: Add basic package readme 2021-03-25 18:00:29 +01:00
types.go introduce message prototypes 2021-05-07 15:30:05 +02:00
utils.go Update to specs v0.9.6 2020-09-07 15:48:41 -04:00
version.go Merge commit 'f1ded63d608e1b191d79c780b8065f8cff367c98' into feat/nv12-1.11 2021-04-27 08:22:55 +02:00
wrap.go Fix tests 2021-04-06 12:24:58 +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