lnd/lnrpc/chainrpc/chainkit.yaml
ffranr 561bf82985
chainrpc: add chainkit RPC service
New endpoints: GetBlock, GetBestBlock, and GetBlockHash.
2022-12-07 14:50:14 +00:00

11 lines
299 B
YAML

type: google.api.Service
config_version: 3
http:
rules:
- selector: chainrpc.ChainKit.GetBlock
get: "/v2/chainkit/block"
- selector: chainrpc.ChainKit.GetBestBlock
get: "/v2/chainkit/bestblock"
- selector: chainrpc.ChainKit.GetBlockHash
get: "/v2/chainkit/blockhash"