lotus/api
2021-05-19 13:10:56 +02:00
..
client extract pushUrl and fix return type for worker RPC v0 2021-05-19 13:10:56 +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 Use MessagePrototype for check API 2021-05-07 15:30:05 +02:00
test Merge pull request #6108 from filecoin-project/feat/actors-codegen 2021-05-10 20:12:57 -04:00
types API proxy struct codegen (#5854) 2021-03-23 13:42:56 +01:00
v0api introduce message prototypes 2021-05-07 15:30:05 +02: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 Use MessagePrototype for check API 2021-05-07 15:30:05 +02:00
api_gateway.go api: Document API change process 2021-04-26 20:36:20 +02:00
api_storage.go add SectorAddPieceToAny and SectorUnsealPiece to StorageMiner iface; model moved to api package - PieceDealInfo, DealSchedule 2021-05-19 13:05:07 +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 api: Document API change process 2021-04-26 20:36:20 +02:00
cbor_gen.go add SectorAddPieceToAny and SectorUnsealPiece to StorageMiner iface; model moved to api package - PieceDealInfo, DealSchedule 2021-05-19 13:05:07 +02: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 add SectorAddPieceToAny and SectorUnsealPiece to StorageMiner iface; model moved to api package - PieceDealInfo, DealSchedule 2021-05-19 13:05:07 +02: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