mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 17:55:36 +01:00
11 lines
299 B
YAML
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"
|