@@ -31,6 +31,12 @@ export const serviceNames = {
31
31
} ,
32
32
assetwalletrpc : { AssetWallet : 'assetwalletrpc.AssetWallet' } ,
33
33
mintrpc : { Mint : 'mintrpc.Mint' } ,
34
+ priceoraclerpc : { PriceOracle : 'priceoraclerpc.PriceOracle' } ,
35
+ rfqrpc : { Rfq : 'rfqrpc.Rfq' } ,
36
+ tapchannelrpc : {
37
+ TaprootAssetChannels : 'tapchannelrpc.TaprootAssetChannels'
38
+ } ,
39
+ tapdevrpc : { TapDev : 'tapdevrpc.TapDev' } ,
34
40
taprpc : { TaprootAssets : 'taprpc.TaprootAssets' } ,
35
41
universerpc : { Universe : 'universerpc.Universe' }
36
42
} ;
@@ -70,6 +76,31 @@ export const subscriptionMethods = [
70
76
'poolrpc.ChannelAuctioneer.SubscribeBatchAuction' ,
71
77
'poolrpc.ChannelAuctioneer.SubscribeSidecar' ,
72
78
'poolrpc.HashMail.RecvStream' ,
73
- 'taprpc.TaprootAssets.SubscribeSendAssetEventNtfns' ,
74
- 'taprpc.TaprootAssets.SubscribeReceiveAssetEventNtfns'
79
+ 'lnrpc.Lightning.SubscribeTransactions' ,
80
+ 'lnrpc.Lightning.SubscribePeerEvents' ,
81
+ 'lnrpc.Lightning.SubscribeChannelEvents' ,
82
+ 'lnrpc.Lightning.OpenChannel' ,
83
+ 'lnrpc.Lightning.ChannelAcceptor' ,
84
+ 'lnrpc.Lightning.CloseChannel' ,
85
+ 'lnrpc.Lightning.SendPayment' ,
86
+ 'lnrpc.Lightning.SendToRoute' ,
87
+ 'lnrpc.Lightning.SubscribeInvoices' ,
88
+ 'lnrpc.Lightning.SubscribeChannelGraph' ,
89
+ 'lnrpc.Lightning.SubscribeChannelBackups' ,
90
+ 'lnrpc.Lightning.RegisterRPCMiddleware' ,
91
+ 'lnrpc.Lightning.SubscribeCustomMessages' ,
92
+ 'mintrpc.Mint.SubscribeMintEvents' ,
93
+ 'rfqrpc.Rfq.SubscribeRfqEventNtfns' ,
94
+ 'routerrpc.Router.SendPaymentV2' ,
95
+ 'routerrpc.Router.TrackPaymentV2' ,
96
+ 'routerrpc.Router.TrackPayments' ,
97
+ 'routerrpc.Router.SubscribeHtlcEvents' ,
98
+ 'routerrpc.Router.SendPayment' ,
99
+ 'routerrpc.Router.TrackPayment' ,
100
+ 'routerrpc.Router.HtlcInterceptor' ,
101
+ 'tapchannelrpc.TaprootAssetChannels.SendPayment' ,
102
+ 'tapdevrpc.TapDev.SubscribeSendAssetEventNtfns' ,
103
+ 'tapdevrpc.TapDev.SubscribeReceiveAssetEventNtfns' ,
104
+ 'taprpc.TaprootAssets.SubscribeReceiveEvents' ,
105
+ 'taprpc.TaprootAssets.SubscribeSendEvents'
75
106
] ;
0 commit comments