mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-24 06:47:44 +01:00
15 lines
442 B
YAML
15 lines
442 B
YAML
|
type: google.api.Service
|
||
|
config_version: 3
|
||
|
|
||
|
http:
|
||
|
rules:
|
||
|
- selector: chainrpc.ChainNotifier.RegisterConfirmationsNtfn
|
||
|
post: "/v2/chainnotifier/register/confirmations"
|
||
|
body: "*"
|
||
|
- selector: chainrpc.ChainNotifier.RegisterSpendNtfn
|
||
|
post: "/v2/chainnotifier/register/spends"
|
||
|
body: "*"
|
||
|
- selector: chainrpc.ChainNotifier.RegisterBlockEpochNtfn
|
||
|
post: "/v2/chainnotifier/register/blocks"
|
||
|
body: "*"
|