mirror of
https://github.com/bumi/lnrpc
synced 2026-02-15 23:57:49 +00:00
update GRPC files for v0.15.5-beta
This commit is contained in:
@@ -21,9 +21,11 @@ module Chainrpc
|
||||
# registers an intent for a client to be notified once a confirmation request
|
||||
# has reached its required number of confirmations on-chain.
|
||||
#
|
||||
# A client can specify whether the confirmation request should be for a
|
||||
# particular transaction by its hash or for an output script by specifying a
|
||||
# zero hash.
|
||||
# A confirmation request must have a valid output script. It is also possible
|
||||
# to give a transaction ID. If the transaction ID is not set, a notification
|
||||
# is sent once the output script confirms. If the transaction ID is also set,
|
||||
# a notification is sent once the output script confirms in the given
|
||||
# transaction.
|
||||
rpc :RegisterConfirmationsNtfn, ::Chainrpc::ConfRequest, stream(::Chainrpc::ConfEvent)
|
||||
#
|
||||
# RegisterSpendNtfn is a synchronous response-streaming RPC that registers an
|
||||
|
||||
Reference in New Issue
Block a user