lotus/api
Steven Allen c6debaadf0 make gen
2023-09-23 17:54:44 -04:00
..
client
docgen Add EIP-1898 support needed for The Graph compatibility 2023-06-20 09:38:00 +00:00
docgen-openrpc
mocks wip: 2 more randomness fetching APIs 2023-08-22 12:32:25 -04:00
types
v0api chore: chain/actors: Use type proxies instead of versioned GST imports 2023-08-29 15:28:16 +02:00
v1api
api_common.go
api_errors.go
api_full.go chore: chain/actors: Use type proxies instead of versioned GST imports 2023-08-29 15:28:16 +02:00
api_gateway.go chore: chain/actors: Use type proxies instead of versioned GST imports 2023-08-29 15:28:16 +02:00
api_net.go return all the public addresses in NatInfo 2023-05-10 11:54:48 +03:00
api_storage.go chore: chain/actors: Use type proxies instead of versioned GST imports 2023-08-29 15:28:16 +02:00
api_test.go
api_wallet.go
api_worker.go
cbor_gen.go make gen 2023-09-23 17:54:44 -04:00
checkstatuscode_string.go
eth_aliases.go feat: Add eth_syncing RPC method 2023-05-10 16:08:18 -04:00
miner_subsystems.go
permissioned.go
proxy_gen.go chore: chain/actors: Use type proxies instead of versioned GST imports 2023-08-29 15:28:16 +02:00
proxy_util_test.go
proxy_util.go
README.md
types.go chore: chain/actors: Use type proxies instead of versioned GST imports 2023-08-29 15:28:16 +02:00
utils.go
version.go Unbump api version as its not necessary 2023-03-06 08:37:28 -07: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