mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 05:45:21 +01:00
13 lines
386 B
YAML
13 lines
386 B
YAML
type: google.api.Service
|
|
config_version: 3
|
|
|
|
http:
|
|
rules:
|
|
- selector: chainrpc.ChainKit.GetBlock
|
|
get: "/v2/chainkit/block"
|
|
- selector: chainrpc.ChainKit.GetBlockHeader
|
|
get: "/v2/chainkit/blockheader"
|
|
- selector: chainrpc.ChainKit.GetBestBlock
|
|
get: "/v2/chainkit/bestblock"
|
|
- selector: chainrpc.ChainKit.GetBlockHash
|
|
get: "/v2/chainkit/blockhash" |