</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKit.html"name="walletrpc.WalletKit"id="walletrpc.WalletKit"class="extype">WalletKit</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKit#deriveNextKey"group="Ungrouped"fullComment="yes"data-isabs="true"visbl="pub"><aid="deriveNextKey(in:walletrpc.KeyReq):scala.concurrent.Future[signrpc.KeyDescriptor]"class="anchorToMember"></a><aid="deriveNextKey(KeyReq):Future[KeyDescriptor]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#deriveNextKey(in:walletrpc.KeyReq):scala.concurrent.Future[signrpc.KeyDescriptor]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">abstract </span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">deriveNextKey</span><spanclass="params">(<spanname="in">in: <ahref="KeyReq.html"name="walletrpc.KeyReq"id="walletrpc.KeyReq"class="extype">KeyReq</a></span>)</span><spanclass="result">: <ahref="https://www.scala-lang.org/api/2.13.10/scala/concurrent/Future.html#scala.concurrent.Future"name="scala.concurrent.Future"id="scala.concurrent.Future"class="extype">Future</a>[<ahref="../signrpc/KeyDescriptor.html"name="signrpc.KeyDescriptor"id="signrpc.KeyDescriptor"class="extype">KeyDescriptor</a>]</span></span><pclass="shortcomment cmt">DeriveNextKey attempts to derive the *next* key within the key family
(account in BIP43) specified.</p><divclass="fullcomment"><divclass="comment cmt"><p>DeriveNextKey attempts to derive the *next* key within the key family
(account in BIP43) specified. This method should return the next external
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKit.html"name="walletrpc.WalletKit"id="walletrpc.WalletKit"class="extype">WalletKit</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKit#estimateFee"group="Ungrouped"fullComment="yes"data-isabs="true"visbl="pub"><aid="estimateFee(in:walletrpc.EstimateFeeRequest):scala.concurrent.Future[walletrpc.EstimateFeeResponse]"class="anchorToMember"></a><aid="estimateFee(EstimateFeeRequest):Future[EstimateFeeResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#estimateFee(in:walletrpc.EstimateFeeRequest):scala.concurrent.Future[walletrpc.EstimateFeeResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">abstract </span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">estimateFee</span><spanclass="params">(<spanname="in">in: <ahref="EstimateFeeRequest.html"name="walletrpc.EstimateFeeRequest"id="walletrpc.EstimateFeeRequest"class="extype">EstimateFeeRequest</a></span>)</span><spanclass="result">: <ahref="https://www.scala-lang.org/api/2.13.10/scala/concurrent/Future.html#scala.concurrent.Future"name="scala.concurrent.Future"id="scala.concurrent.Future"class="extype">Future</a>[<ahref="EstimateFeeResponse.html"name="walletrpc.EstimateFeeResponse"id="walletrpc.EstimateFeeResponse"class="extype">EstimateFeeResponse</a>]</span></span><pclass="shortcomment cmt">EstimateFee attempts to query the internal fee estimator of the wallet to
determine the fee (in sat/kw) to attach to a transaction in order to
achieve the confirmation target.</p><divclass="fullcomment"><divclass="comment cmt"><p>EstimateFee attempts to query the internal fee estimator of the wallet to
determine the fee (in sat/kw) to attach to a transaction in order to
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKit.html"name="walletrpc.WalletKit"id="walletrpc.WalletKit"class="extype">WalletKit</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKit#finalizePsbt"group="Ungrouped"fullComment="yes"data-isabs="true"visbl="pub"><aid="finalizePsbt(in:walletrpc.FinalizePsbtRequest):scala.concurrent.Future[walletrpc.FinalizePsbtResponse]"class="anchorToMember"></a><aid="finalizePsbt(FinalizePsbtRequest):Future[FinalizePsbtResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#finalizePsbt(in:walletrpc.FinalizePsbtRequest):scala.concurrent.Future[walletrpc.FinalizePsbtResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">abstract </span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">finalizePsbt</span><spanclass="params">(<spanname="in">in: <ahref="FinalizePsbtRequest.html"name="walletrpc.FinalizePsbtRequest"id="walletrpc.FinalizePsbtRequest"class="extype">FinalizePsbtRequest</a></span>)</span><spanclass="result">: <ahref="https://www.scala-lang.org/api/2.13.10/scala/concurrent/Future.html#scala.concurrent.Future"name="scala.concurrent.Future"id="scala.concurrent.Future"class="extype">Future</a>[<ahref="FinalizePsbtResponse.html"name="walletrpc.FinalizePsbtResponse"id="walletrpc.FinalizePsbtResponse"class="extype">FinalizePsbtResponse</a>]</span></span><pclass="shortcomment cmt">FinalizePsbt expects a partial transaction with all inputs and outputs fully
declared and tries to sign all inputs that belong to the wallet.</p><divclass="fullcomment"><divclass="comment cmt"><p>FinalizePsbt expects a partial transaction with all inputs and outputs fully
declared and tries to sign all inputs that belong to the wallet. Lnd must be
the last signer of the transaction. That means, if there are any unsigned
non-witness inputs or inputs without UTXO information attached or inputs
without witness data that do not belong to lnd's wallet, this method will
fail. If no error is returned, the PSBT is ready to be extracted and the
final TX within to be broadcast.
NOTE: This method does NOT publish the transaction once finalized. It is the
caller's responsibility to either publish the transaction on success or
unlock/release any locked UTXOs in case of an error in this method.
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKit.html"name="walletrpc.WalletKit"id="walletrpc.WalletKit"class="extype">WalletKit</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKit#fundPsbt"group="Ungrouped"fullComment="yes"data-isabs="true"visbl="pub"><aid="fundPsbt(in:walletrpc.FundPsbtRequest):scala.concurrent.Future[walletrpc.FundPsbtResponse]"class="anchorToMember"></a><aid="fundPsbt(FundPsbtRequest):Future[FundPsbtResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#fundPsbt(in:walletrpc.FundPsbtRequest):scala.concurrent.Future[walletrpc.FundPsbtResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">abstract </span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">fundPsbt</span><spanclass="params">(<spanname="in">in: <ahref="FundPsbtRequest.html"name="walletrpc.FundPsbtRequest"id="walletrpc.FundPsbtRequest"class="extype">FundPsbtRequest</a></span>)</span><spanclass="result">: <ahref="https://www.scala-lang.org/api/2.13.10/scala/concurrent/Future.html#scala.concurrent.Future"name="scala.concurrent.Future"id="scala.concurrent.Future"class="extype">Future</a>[<ahref="FundPsbtResponse.html"name="walletrpc.FundPsbtResponse"id="walletrpc.FundPsbtResponse"class="extype">FundPsbtResponse</a>]</span></span><pclass="shortcomment cmt">FundPsbt creates a fully populated PSBT that contains enough inputs to fund
the outputs specified in the template.</p><divclass="fullcomment"><divclass="comment cmt"><p>FundPsbt creates a fully populated PSBT that contains enough inputs to fund
the outputs specified in the template. There are two ways of specifying a
template: Either by passing in a PSBT with at least one output declared or
by passing in a raw TxTemplate message.
If there are no inputs specified in the template, coin selection is
performed automatically. If the template does contain any inputs, it is
assumed that full coin selection happened externally and no additional
inputs are added. If the specified inputs aren't enough to fund the outputs
with the given fee rate, an error is returned.
After either selecting or verifying the inputs, all input UTXOs are locked
with an internal app ID.
NOTE: If this method returns without an error, it is the caller's
responsibility to either spend the locked UTXOs (by finalizing and then
publishing the transaction) or to unlock/release the locked UTXOs in case of
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKit.html"name="walletrpc.WalletKit"id="walletrpc.WalletKit"class="extype">WalletKit</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKit#importAccount"group="Ungrouped"fullComment="yes"data-isabs="true"visbl="pub"><aid="importAccount(in:walletrpc.ImportAccountRequest):scala.concurrent.Future[walletrpc.ImportAccountResponse]"class="anchorToMember"></a><aid="importAccount(ImportAccountRequest):Future[ImportAccountResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#importAccount(in:walletrpc.ImportAccountRequest):scala.concurrent.Future[walletrpc.ImportAccountResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">abstract </span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">importAccount</span><spanclass="params">(<spanname="in">in: <ahref="ImportAccountRequest.html"name="walletrpc.ImportAccountRequest"id="walletrpc.ImportAccountRequest"class="extype">ImportAccountRequest</a></span>)</span><spanclass="result">: <ahref="https://www.scala-lang.org/api/2.13.10/scala/concurrent/Future.html#scala.concurrent.Future"name="scala.concurrent.Future"id="scala.concurrent.Future"class="extype">Future</a>[<ahref="ImportAccountResponse.html"name="walletrpc.ImportAccountResponse"id="walletrpc.ImportAccountResponse"class="extype">ImportAccountResponse</a>]</span></span><pclass="shortcomment cmt">ImportAccount imports an account backed by an account extended public key.</p><divclass="fullcomment"><divclass="comment cmt"><p>ImportAccount imports an account backed by an account extended public key.
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKit.html"name="walletrpc.WalletKit"id="walletrpc.WalletKit"class="extype">WalletKit</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKit#importPublicKey"group="Ungrouped"fullComment="yes"data-isabs="true"visbl="pub"><aid="importPublicKey(in:walletrpc.ImportPublicKeyRequest):scala.concurrent.Future[walletrpc.ImportPublicKeyResponse]"class="anchorToMember"></a><aid="importPublicKey(ImportPublicKeyRequest):Future[ImportPublicKeyResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#importPublicKey(in:walletrpc.ImportPublicKeyRequest):scala.concurrent.Future[walletrpc.ImportPublicKeyResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">abstract </span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">importPublicKey</span><spanclass="params">(<spanname="in">in: <ahref="ImportPublicKeyRequest.html"name="walletrpc.ImportPublicKeyRequest"id="walletrpc.ImportPublicKeyRequest"class="extype">ImportPublicKeyRequest</a></span>)</span><spanclass="result">: <ahref="https://www.scala-lang.org/api/2.13.10/scala/concurrent/Future.html#scala.concurrent.Future"name="scala.concurrent.Future"id="scala.concurrent.Future"class="extype">Future</a>[<ahref="ImportPublicKeyResponse.html"name="walletrpc.ImportPublicKeyResponse"id="walletrpc.ImportPublicKeyResponse"class="extype">ImportPublicKeyResponse</a>]</span></span><pclass="shortcomment cmt">ImportPublicKey imports a public key as watch-only into the wallet.</p><divclass="fullcomment"><divclass="comment cmt"><p>ImportPublicKey imports a public key as watch-only into the wallet. The
public key is converted into a simple address of the given type and that
address script is watched on chain. For Taproot keys, this will only watch
the BIP-0086 style output script. Use ImportTapscript for more advanced key
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKit.html"name="walletrpc.WalletKit"id="walletrpc.WalletKit"class="extype">WalletKit</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKit#importTapscript"group="Ungrouped"fullComment="yes"data-isabs="true"visbl="pub"><aid="importTapscript(in:walletrpc.ImportTapscriptRequest):scala.concurrent.Future[walletrpc.ImportTapscriptResponse]"class="anchorToMember"></a><aid="importTapscript(ImportTapscriptRequest):Future[ImportTapscriptResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#importTapscript(in:walletrpc.ImportTapscriptRequest):scala.concurrent.Future[walletrpc.ImportTapscriptResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">abstract </span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">importTapscript</span><spanclass="params">(<spanname="in">in: <ahref="ImportTapscriptRequest.html"name="walletrpc.ImportTapscriptRequest"id="walletrpc.ImportTapscriptRequest"class="extype">ImportTapscriptRequest</a></span>)</span><spanclass="result">: <ahref="https://www.scala-lang.org/api/2.13.10/scala/concurrent/Future.html#scala.concurrent.Future"name="scala.concurrent.Future"id="scala.concurrent.Future"class="extype">Future</a>[<ahref="ImportTapscriptResponse.html"name="walletrpc.ImportTapscriptResponse"id="walletrpc.ImportTapscriptResponse"class="extype">ImportTapscriptResponse</a>]</span></span><pclass="shortcomment cmt">ImportTapscript imports a Taproot script and internal key and adds the
resulting Taproot output key as a watch-only output script into the wallet.</p><divclass="fullcomment"><divclass="comment cmt"><p>ImportTapscript imports a Taproot script and internal key and adds the
resulting Taproot output key as a watch-only output script into the wallet.
For BIP-0086 style Taproot keys (no root hash commitment and no script spend
path) use ImportPublicKey.
NOTE: Events (deposits/spends) for a key will only be detected by lnd if
they happen after the import. Rescans to detect past events will be
supported later on.
NOTE: Taproot keys imported through this RPC currently _cannot_ be used for
funding PSBTs. Only tracking the balance and UTXOs is currently supported.
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKit.html"name="walletrpc.WalletKit"id="walletrpc.WalletKit"class="extype">WalletKit</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKit#labelTransaction"group="Ungrouped"fullComment="yes"data-isabs="true"visbl="pub"><aid="labelTransaction(in:walletrpc.LabelTransactionRequest):scala.concurrent.Future[walletrpc.LabelTransactionResponse]"class="anchorToMember"></a><aid="labelTransaction(LabelTransactionRequest):Future[LabelTransactionResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#labelTransaction(in:walletrpc.LabelTransactionRequest):scala.concurrent.Future[walletrpc.LabelTransactionResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">abstract </span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">labelTransaction</span><spanclass="params">(<spanname="in">in: <ahref="LabelTransactionRequest.html"name="walletrpc.LabelTransactionRequest"id="walletrpc.LabelTransactionRequest"class="extype">LabelTransactionRequest</a></span>)</span><spanclass="result">: <ahref="https://www.scala-lang.org/api/2.13.10/scala/concurrent/Future.html#scala.concurrent.Future"name="scala.concurrent.Future"id="scala.concurrent.Future"class="extype">Future</a>[<ahref="LabelTransactionResponse.html"name="walletrpc.LabelTransactionResponse"id="walletrpc.LabelTransactionResponse"class="extype">LabelTransactionResponse</a>]</span></span><pclass="shortcomment cmt">LabelTransaction adds a label to a transaction.</p><divclass="fullcomment"><divclass="comment cmt"><p>LabelTransaction adds a label to a transaction. If the transaction already
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKit.html"name="walletrpc.WalletKit"id="walletrpc.WalletKit"class="extype">WalletKit</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKit#leaseOutput"group="Ungrouped"fullComment="yes"data-isabs="true"visbl="pub"><aid="leaseOutput(in:walletrpc.LeaseOutputRequest):scala.concurrent.Future[walletrpc.LeaseOutputResponse]"class="anchorToMember"></a><aid="leaseOutput(LeaseOutputRequest):Future[LeaseOutputResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#leaseOutput(in:walletrpc.LeaseOutputRequest):scala.concurrent.Future[walletrpc.LeaseOutputResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">abstract </span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">leaseOutput</span><spanclass="params">(<spanname="in">in: <ahref="LeaseOutputRequest.html"name="walletrpc.LeaseOutputRequest"id="walletrpc.LeaseOutputRequest"class="extype">LeaseOutputRequest</a></span>)</span><spanclass="result">: <ahref="https://www.scala-lang.org/api/2.13.10/scala/concurrent/Future.html#scala.concurrent.Future"name="scala.concurrent.Future"id="scala.concurrent.Future"class="extype">Future</a>[<ahref="LeaseOutputResponse.html"name="walletrpc.LeaseOutputResponse"id="walletrpc.LeaseOutputResponse"class="extype">LeaseOutputResponse</a>]</span></span><pclass="shortcomment cmt">LeaseOutput locks an output to the given ID, preventing it from being
available for any future coin selection attempts.</p><divclass="fullcomment"><divclass="comment cmt"><p>LeaseOutput locks an output to the given ID, preventing it from being
available for any future coin selection attempts. The absolute time of the
lock's expiration is returned. The expiration of the lock can be extended by
successive invocations of this RPC. Outputs can be unlocked before their
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKit.html"name="walletrpc.WalletKit"id="walletrpc.WalletKit"class="extype">WalletKit</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKit#listAccounts"group="Ungrouped"fullComment="yes"data-isabs="true"visbl="pub"><aid="listAccounts(in:walletrpc.ListAccountsRequest):scala.concurrent.Future[walletrpc.ListAccountsResponse]"class="anchorToMember"></a><aid="listAccounts(ListAccountsRequest):Future[ListAccountsResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#listAccounts(in:walletrpc.ListAccountsRequest):scala.concurrent.Future[walletrpc.ListAccountsResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">abstract </span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">listAccounts</span><spanclass="params">(<spanname="in">in: <ahref="ListAccountsRequest.html"name="walletrpc.ListAccountsRequest"id="walletrpc.ListAccountsRequest"class="extype">ListAccountsRequest</a></span>)</span><spanclass="result">: <ahref="https://www.scala-lang.org/api/2.13.10/scala/concurrent/Future.html#scala.concurrent.Future"name="scala.concurrent.Future"id="scala.concurrent.Future"class="extype">Future</a>[<ahref="ListAccountsResponse.html"name="walletrpc.ListAccountsResponse"id="walletrpc.ListAccountsResponse"class="extype">ListAccountsResponse</a>]</span></span><pclass="shortcomment cmt">ListAccounts retrieves all accounts belonging to the wallet by default.</p><divclass="fullcomment"><divclass="comment cmt"><p>ListAccounts retrieves all accounts belonging to the wallet by default. A
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKit.html"name="walletrpc.WalletKit"id="walletrpc.WalletKit"class="extype">WalletKit</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKit#listAddresses"group="Ungrouped"fullComment="yes"data-isabs="true"visbl="pub"><aid="listAddresses(in:walletrpc.ListAddressesRequest):scala.concurrent.Future[walletrpc.ListAddressesResponse]"class="anchorToMember"></a><aid="listAddresses(ListAddressesRequest):Future[ListAddressesResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#listAddresses(in:walletrpc.ListAddressesRequest):scala.concurrent.Future[walletrpc.ListAddressesResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">abstract </span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">listAddresses</span><spanclass="params">(<spanname="in">in: <ahref="ListAddressesRequest.html"name="walletrpc.ListAddressesRequest"id="walletrpc.ListAddressesRequest"class="extype">ListAddressesRequest</a></span>)</span><spanclass="result">: <ahref="https://www.scala-lang.org/api/2.13.10/scala/concurrent/Future.html#scala.concurrent.Future"name="scala.concurrent.Future"id="scala.concurrent.Future"class="extype">Future</a>[<ahref="ListAddressesResponse.html"name="walletrpc.ListAddressesResponse"id="walletrpc.ListAddressesResponse"class="extype">ListAddressesResponse</a>]</span></span><pclass="shortcomment cmt">ListAddresses retrieves all the addresses along with their balance.</p><divclass="fullcomment"><divclass="comment cmt"><p>ListAddresses retrieves all the addresses along with their balance. An
account name filter can be provided to filter through all of the
wallet accounts and return the addresses of only those matching.
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKit.html"name="walletrpc.WalletKit"id="walletrpc.WalletKit"class="extype">WalletKit</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKit#listLeases"group="Ungrouped"fullComment="yes"data-isabs="true"visbl="pub"><aid="listLeases(in:walletrpc.ListLeasesRequest):scala.concurrent.Future[walletrpc.ListLeasesResponse]"class="anchorToMember"></a><aid="listLeases(ListLeasesRequest):Future[ListLeasesResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#listLeases(in:walletrpc.ListLeasesRequest):scala.concurrent.Future[walletrpc.ListLeasesResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">abstract </span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">listLeases</span><spanclass="params">(<spanname="in">in: <ahref="ListLeasesRequest.html"name="walletrpc.ListLeasesRequest"id="walletrpc.ListLeasesRequest"class="extype">ListLeasesRequest</a></span>)</span><spanclass="result">: <ahref="https://www.scala-lang.org/api/2.13.10/scala/concurrent/Future.html#scala.concurrent.Future"name="scala.concurrent.Future"id="scala.concurrent.Future"class="extype">Future</a>[<ahref="ListLeasesResponse.html"name="walletrpc.ListLeasesResponse"id="walletrpc.ListLeasesResponse"class="extype">ListLeasesResponse</a>]</span></span><pclass="shortcomment cmt">ListLeases lists all currently locked utxos.</p><divclass="fullcomment"><divclass="comment cmt"><p>ListLeases lists all currently locked utxos.
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKit.html"name="walletrpc.WalletKit"id="walletrpc.WalletKit"class="extype">WalletKit</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKit#listSweeps"group="Ungrouped"fullComment="yes"data-isabs="true"visbl="pub"><aid="listSweeps(in:walletrpc.ListSweepsRequest):scala.concurrent.Future[walletrpc.ListSweepsResponse]"class="anchorToMember"></a><aid="listSweeps(ListSweepsRequest):Future[ListSweepsResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#listSweeps(in:walletrpc.ListSweepsRequest):scala.concurrent.Future[walletrpc.ListSweepsResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">abstract </span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">listSweeps</span><spanclass="params">(<spanname="in">in: <ahref="ListSweepsRequest.html"name="walletrpc.ListSweepsRequest"id="walletrpc.ListSweepsRequest"class="extype">ListSweepsRequest</a></span>)</span><spanclass="result">: <ahref="https://www.scala-lang.org/api/2.13.10/scala/concurrent/Future.html#scala.concurrent.Future"name="scala.concurrent.Future"id="scala.concurrent.Future"class="extype">Future</a>[<ahref="ListSweepsResponse.html"name="walletrpc.ListSweepsResponse"id="walletrpc.ListSweepsResponse"class="extype">ListSweepsResponse</a>]</span></span><pclass="shortcomment cmt">ListSweeps returns a list of the sweep transactions our node has produced.</p><divclass="fullcomment"><divclass="comment cmt"><p>ListSweeps returns a list of the sweep transactions our node has produced.
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKit.html"name="walletrpc.WalletKit"id="walletrpc.WalletKit"class="extype">WalletKit</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKit#listUnspent"group="Ungrouped"fullComment="yes"data-isabs="true"visbl="pub"><aid="listUnspent(in:walletrpc.ListUnspentRequest):scala.concurrent.Future[walletrpc.ListUnspentResponse]"class="anchorToMember"></a><aid="listUnspent(ListUnspentRequest):Future[ListUnspentResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#listUnspent(in:walletrpc.ListUnspentRequest):scala.concurrent.Future[walletrpc.ListUnspentResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">abstract </span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">listUnspent</span><spanclass="params">(<spanname="in">in: <ahref="ListUnspentRequest.html"name="walletrpc.ListUnspentRequest"id="walletrpc.ListUnspentRequest"class="extype">ListUnspentRequest</a></span>)</span><spanclass="result">: <ahref="https://www.scala-lang.org/api/2.13.10/scala/concurrent/Future.html#scala.concurrent.Future"name="scala.concurrent.Future"id="scala.concurrent.Future"class="extype">Future</a>[<ahref="ListUnspentResponse.html"name="walletrpc.ListUnspentResponse"id="walletrpc.ListUnspentResponse"class="extype">ListUnspentResponse</a>]</span></span><pclass="shortcomment cmt">ListUnspent returns a list of all utxos spendable by the wallet with a
number of confirmations between the specified minimum and maximum.</p><divclass="fullcomment"><divclass="comment cmt"><p>ListUnspent returns a list of all utxos spendable by the wallet with a
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKit.html"name="walletrpc.WalletKit"id="walletrpc.WalletKit"class="extype">WalletKit</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKit#nextAddr"group="Ungrouped"fullComment="yes"data-isabs="true"visbl="pub"><aid="nextAddr(in:walletrpc.AddrRequest):scala.concurrent.Future[walletrpc.AddrResponse]"class="anchorToMember"></a><aid="nextAddr(AddrRequest):Future[AddrResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#nextAddr(in:walletrpc.AddrRequest):scala.concurrent.Future[walletrpc.AddrResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">abstract </span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">nextAddr</span><spanclass="params">(<spanname="in">in: <ahref="AddrRequest.html"name="walletrpc.AddrRequest"id="walletrpc.AddrRequest"class="extype">AddrRequest</a></span>)</span><spanclass="result">: <ahref="https://www.scala-lang.org/api/2.13.10/scala/concurrent/Future.html#scala.concurrent.Future"name="scala.concurrent.Future"id="scala.concurrent.Future"class="extype">Future</a>[<ahref="AddrResponse.html"name="walletrpc.AddrResponse"id="walletrpc.AddrResponse"class="extype">AddrResponse</a>]</span></span><pclass="shortcomment cmt">NextAddr returns the next unused address within the wallet.</p><divclass="fullcomment"><divclass="comment cmt"><p>NextAddr returns the next unused address within the wallet.
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKit.html"name="walletrpc.WalletKit"id="walletrpc.WalletKit"class="extype">WalletKit</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKit#pendingSweeps"group="Ungrouped"fullComment="yes"data-isabs="true"visbl="pub"><aid="pendingSweeps(in:walletrpc.PendingSweepsRequest):scala.concurrent.Future[walletrpc.PendingSweepsResponse]"class="anchorToMember"></a><aid="pendingSweeps(PendingSweepsRequest):Future[PendingSweepsResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#pendingSweeps(in:walletrpc.PendingSweepsRequest):scala.concurrent.Future[walletrpc.PendingSweepsResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">abstract </span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">pendingSweeps</span><spanclass="params">(<spanname="in">in: <ahref="PendingSweepsRequest.html"name="walletrpc.PendingSweepsRequest"id="walletrpc.PendingSweepsRequest"class="extype">PendingSweepsRequest</a></span>)</span><spanclass="result">: <ahref="https://www.scala-lang.org/api/2.13.10/scala/concurrent/Future.html#scala.concurrent.Future"name="scala.concurrent.Future"id="scala.concurrent.Future"class="extype">Future</a>[<ahref="PendingSweepsResponse.html"name="walletrpc.PendingSweepsResponse"id="walletrpc.PendingSweepsResponse"class="extype">PendingSweepsResponse</a>]</span></span><pclass="shortcomment cmt">PendingSweeps returns lists of on-chain outputs that lnd is currently
attempting to sweep within its central batching engine.</p><divclass="fullcomment"><divclass="comment cmt"><p>PendingSweeps returns lists of on-chain outputs that lnd is currently
attempting to sweep within its central batching engine. Outputs with similar
fee rates are batched together in order to sweep them within a single
transaction.
NOTE: Some of the fields within PendingSweepsRequest are not guaranteed to
remain supported. This is an advanced API that depends on the internals of
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKit.html"name="walletrpc.WalletKit"id="walletrpc.WalletKit"class="extype">WalletKit</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKit#publishTransaction"group="Ungrouped"fullComment="yes"data-isabs="true"visbl="pub"><aid="publishTransaction(in:walletrpc.Transaction):scala.concurrent.Future[walletrpc.PublishResponse]"class="anchorToMember"></a><aid="publishTransaction(Transaction):Future[PublishResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#publishTransaction(in:walletrpc.Transaction):scala.concurrent.Future[walletrpc.PublishResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">abstract </span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">publishTransaction</span><spanclass="params">(<spanname="in">in: <ahref="Transaction.html"name="walletrpc.Transaction"id="walletrpc.Transaction"class="extype">Transaction</a></span>)</span><spanclass="result">: <ahref="https://www.scala-lang.org/api/2.13.10/scala/concurrent/Future.html#scala.concurrent.Future"name="scala.concurrent.Future"id="scala.concurrent.Future"class="extype">Future</a>[<ahref="PublishResponse.html"name="walletrpc.PublishResponse"id="walletrpc.PublishResponse"class="extype">PublishResponse</a>]</span></span><pclass="shortcomment cmt">PublishTransaction attempts to publish the passed transaction to the
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKit.html"name="walletrpc.WalletKit"id="walletrpc.WalletKit"class="extype">WalletKit</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKit#releaseOutput"group="Ungrouped"fullComment="yes"data-isabs="true"visbl="pub"><aid="releaseOutput(in:walletrpc.ReleaseOutputRequest):scala.concurrent.Future[walletrpc.ReleaseOutputResponse]"class="anchorToMember"></a><aid="releaseOutput(ReleaseOutputRequest):Future[ReleaseOutputResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#releaseOutput(in:walletrpc.ReleaseOutputRequest):scala.concurrent.Future[walletrpc.ReleaseOutputResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">abstract </span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">releaseOutput</span><spanclass="params">(<spanname="in">in: <ahref="ReleaseOutputRequest.html"name="walletrpc.ReleaseOutputRequest"id="walletrpc.ReleaseOutputRequest"class="extype">ReleaseOutputRequest</a></span>)</span><spanclass="result">: <ahref="https://www.scala-lang.org/api/2.13.10/scala/concurrent/Future.html#scala.concurrent.Future"name="scala.concurrent.Future"id="scala.concurrent.Future"class="extype">Future</a>[<ahref="ReleaseOutputResponse.html"name="walletrpc.ReleaseOutputResponse"id="walletrpc.ReleaseOutputResponse"class="extype">ReleaseOutputResponse</a>]</span></span><pclass="shortcomment cmt">ReleaseOutput unlocks an output, allowing it to be available for coin
selection if it remains unspent.</p><divclass="fullcomment"><divclass="comment cmt"><p>ReleaseOutput unlocks an output, allowing it to be available for coin
selection if it remains unspent. The ID should match the one used to
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKit.html"name="walletrpc.WalletKit"id="walletrpc.WalletKit"class="extype">WalletKit</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKit#requiredReserve"group="Ungrouped"fullComment="yes"data-isabs="true"visbl="pub"><aid="requiredReserve(in:walletrpc.RequiredReserveRequest):scala.concurrent.Future[walletrpc.RequiredReserveResponse]"class="anchorToMember"></a><aid="requiredReserve(RequiredReserveRequest):Future[RequiredReserveResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#requiredReserve(in:walletrpc.RequiredReserveRequest):scala.concurrent.Future[walletrpc.RequiredReserveResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">abstract </span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">requiredReserve</span><spanclass="params">(<spanname="in">in: <ahref="RequiredReserveRequest.html"name="walletrpc.RequiredReserveRequest"id="walletrpc.RequiredReserveRequest"class="extype">RequiredReserveRequest</a></span>)</span><spanclass="result">: <ahref="https://www.scala-lang.org/api/2.13.10/scala/concurrent/Future.html#scala.concurrent.Future"name="scala.concurrent.Future"id="scala.concurrent.Future"class="extype">Future</a>[<ahref="RequiredReserveResponse.html"name="walletrpc.RequiredReserveResponse"id="walletrpc.RequiredReserveResponse"class="extype">RequiredReserveResponse</a>]</span></span><pclass="shortcomment cmt">RequiredReserve returns the minimum amount of satoshis that should be kept
in the wallet in order to fee bump anchor channels if necessary.</p><divclass="fullcomment"><divclass="comment cmt"><p>RequiredReserve returns the minimum amount of satoshis that should be kept
in the wallet in order to fee bump anchor channels if necessary. The value
scales with the number of public anchor channels but is capped at a maximum.
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKit.html"name="walletrpc.WalletKit"id="walletrpc.WalletKit"class="extype">WalletKit</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKit#sendOutputs"group="Ungrouped"fullComment="yes"data-isabs="true"visbl="pub"><aid="sendOutputs(in:walletrpc.SendOutputsRequest):scala.concurrent.Future[walletrpc.SendOutputsResponse]"class="anchorToMember"></a><aid="sendOutputs(SendOutputsRequest):Future[SendOutputsResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#sendOutputs(in:walletrpc.SendOutputsRequest):scala.concurrent.Future[walletrpc.SendOutputsResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">abstract </span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">sendOutputs</span><spanclass="params">(<spanname="in">in: <ahref="SendOutputsRequest.html"name="walletrpc.SendOutputsRequest"id="walletrpc.SendOutputsRequest"class="extype">SendOutputsRequest</a></span>)</span><spanclass="result">: <ahref="https://www.scala-lang.org/api/2.13.10/scala/concurrent/Future.html#scala.concurrent.Future"name="scala.concurrent.Future"id="scala.concurrent.Future"class="extype">Future</a>[<ahref="SendOutputsResponse.html"name="walletrpc.SendOutputsResponse"id="walletrpc.SendOutputsResponse"class="extype">SendOutputsResponse</a>]</span></span><pclass="shortcomment cmt">SendOutputs is similar to the existing sendmany call in Bitcoind, and
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKit.html"name="walletrpc.WalletKit"id="walletrpc.WalletKit"class="extype">WalletKit</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKit#signMessageWithAddr"group="Ungrouped"fullComment="yes"data-isabs="true"visbl="pub"><aid="signMessageWithAddr(in:walletrpc.SignMessageWithAddrRequest):scala.concurrent.Future[walletrpc.SignMessageWithAddrResponse]"class="anchorToMember"></a><aid="signMessageWithAddr(SignMessageWithAddrRequest):Future[SignMessageWithAddrResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#signMessageWithAddr(in:walletrpc.SignMessageWithAddrRequest):scala.concurrent.Future[walletrpc.SignMessageWithAddrResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">abstract </span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">signMessageWithAddr</span><spanclass="params">(<spanname="in">in: <ahref="SignMessageWithAddrRequest.html"name="walletrpc.SignMessageWithAddrRequest"id="walletrpc.SignMessageWithAddrRequest"class="extype">SignMessageWithAddrRequest</a></span>)</span><spanclass="result">: <ahref="https://www.scala-lang.org/api/2.13.10/scala/concurrent/Future.html#scala.concurrent.Future"name="scala.concurrent.Future"id="scala.concurrent.Future"class="extype">Future</a>[<ahref="SignMessageWithAddrResponse.html"name="walletrpc.SignMessageWithAddrResponse"id="walletrpc.SignMessageWithAddrResponse"class="extype">SignMessageWithAddrResponse</a>]</span></span><pclass="shortcomment cmt">SignMessageWithAddr returns the compact signature (base64 encoded) created
with the private key of the provided address.</p><divclass="fullcomment"><divclass="comment cmt"><p>SignMessageWithAddr returns the compact signature (base64 encoded) created
with the private key of the provided address. This requires the address
to be solely based on a public key lock (no scripts). Obviously the internal
lnd wallet has to possess the private key of the address otherwise
an error is returned.
This method aims to provide full compatibility with the bitcoin-core and
btcd implementation. Bitcoin-core's algorithm is not specified in a
BIP and only applicable for legacy addresses. This method enhances the
signing for additional address types: P2WKH, NP2WKH, P2TR.
For P2TR addresses this represents a special case. ECDSA is used to create
a compact signature which makes the public key of the signature recoverable.
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKit.html"name="walletrpc.WalletKit"id="walletrpc.WalletKit"class="extype">WalletKit</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKit#signPsbt"group="Ungrouped"fullComment="yes"data-isabs="true"visbl="pub"><aid="signPsbt(in:walletrpc.SignPsbtRequest):scala.concurrent.Future[walletrpc.SignPsbtResponse]"class="anchorToMember"></a><aid="signPsbt(SignPsbtRequest):Future[SignPsbtResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#signPsbt(in:walletrpc.SignPsbtRequest):scala.concurrent.Future[walletrpc.SignPsbtResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">abstract </span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">signPsbt</span><spanclass="params">(<spanname="in">in: <ahref="SignPsbtRequest.html"name="walletrpc.SignPsbtRequest"id="walletrpc.SignPsbtRequest"class="extype">SignPsbtRequest</a></span>)</span><spanclass="result">: <ahref="https://www.scala-lang.org/api/2.13.10/scala/concurrent/Future.html#scala.concurrent.Future"name="scala.concurrent.Future"id="scala.concurrent.Future"class="extype">Future</a>[<ahref="SignPsbtResponse.html"name="walletrpc.SignPsbtResponse"id="walletrpc.SignPsbtResponse"class="extype">SignPsbtResponse</a>]</span></span><pclass="shortcomment cmt">SignPsbt expects a partial transaction with all inputs and outputs fully
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKit.html"name="walletrpc.WalletKit"id="walletrpc.WalletKit"class="extype">WalletKit</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKit#verifyMessageWithAddr"group="Ungrouped"fullComment="yes"data-isabs="true"visbl="pub"><aid="verifyMessageWithAddr(in:walletrpc.VerifyMessageWithAddrRequest):scala.concurrent.Future[walletrpc.VerifyMessageWithAddrResponse]"class="anchorToMember"></a><aid="verifyMessageWithAddr(VerifyMessageWithAddrRequest):Future[VerifyMessageWithAddrResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#verifyMessageWithAddr(in:walletrpc.VerifyMessageWithAddrRequest):scala.concurrent.Future[walletrpc.VerifyMessageWithAddrResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">abstract </span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">verifyMessageWithAddr</span><spanclass="params">(<spanname="in">in: <ahref="VerifyMessageWithAddrRequest.html"name="walletrpc.VerifyMessageWithAddrRequest"id="walletrpc.VerifyMessageWithAddrRequest"class="extype">VerifyMessageWithAddrRequest</a></span>)</span><spanclass="result">: <ahref="https://www.scala-lang.org/api/2.13.10/scala/concurrent/Future.html#scala.concurrent.Future"name="scala.concurrent.Future"id="scala.concurrent.Future"class="extype">Future</a>[<ahref="VerifyMessageWithAddrResponse.html"name="walletrpc.VerifyMessageWithAddrResponse"id="walletrpc.VerifyMessageWithAddrResponse"class="extype">VerifyMessageWithAddrResponse</a>]</span></span><pclass="shortcomment cmt">VerifyMessageWithAddr returns the validity and the recovered public key of
the provided compact signature (base64 encoded).</p><divclass="fullcomment"><divclass="comment cmt"><p>VerifyMessageWithAddr returns the validity and the recovered public key of
the provided compact signature (base64 encoded). The verification is
twofold. First the validity of the signature itself is checked and then
it is verified that the recovered public key of the signature equals
the public key of the provided address. There is no dependence on the
private key of the address therefore also external addresses are allowed
to verify signatures.
Supported address types are P2PKH, P2WKH, NP2WKH, P2TR.
This method is the counterpart of the related signing method
(SignMessageWithAddr) and aims to provide full compatibility to
bitcoin-core's implementation. Although bitcoin-core/btcd only provide
this functionality for legacy addresses this function enhances it to
the address types: P2PKH, P2WKH, NP2WKH, P2TR.
The verification for P2TR addresses is a special case and requires the
ECDSA compact signature to compare the reovered public key to the internal
taproot key. The compact ECDSA signature format was used because there
are still no known compact signature schemes for schnorr signatures.
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKitClientPowerApi.html"name="walletrpc.WalletKitClientPowerApi"id="walletrpc.WalletKitClientPowerApi"class="extype">WalletKitClientPowerApi</a></dd></dl></div></li><liclass="indented0 "name="scala.AnyRef#clone"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="prt"><aid="clone():Object"class="anchorToMember"></a><aid="clone():AnyRef"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#clone():Object"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">clone</span><spanclass="params">()</span><spanclass="result">: <ahref="../scala/index.html#AnyRef=Object"name="scala.AnyRef"id="scala.AnyRef"class="extmbr">AnyRef</a></span></span><divclass="fullcomment"><dlclass="attributes block"><dt>Attributes</dt><dd>protected[<spanname="java.lang"class="extype">lang</span>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd><spanclass="name">@throws</span><spanclass="args">(<span><spanclass="defval">classOf[java.lang.CloneNotSupportedException]</span></span>)</span><spanclass="name">@native</span><spanclass="args">()</span></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKitClientPowerApi#deriveKey"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="deriveKey():akka.grpc.scaladsl.SingleResponseRequestBuilder[signrpc.KeyLocator,signrpc.KeyDescriptor]"class="anchorToMember"></a><aid="deriveKey():SingleResponseRequestBuilder[KeyLocator,KeyDescriptor]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#deriveKey():akka.grpc.scaladsl.SingleResponseRequestBuilder[signrpc.KeyLocator,signrpc.KeyDescriptor]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">deriveKey</span><spanclass="params">()</span><spanclass="result">: <ahref="https://doc.akka.io/api/akka-grpc/2.1.6/akka/grpc/akka/grpc/scaladsl/SingleResponseRequestBuilder.html#akka.grpc.scaladsl.SingleResponseRequestBuilder"name="akka.grpc.scaladsl.SingleResponseRequestBuilder"id="akka.grpc.scaladsl.SingleResponseRequestBuilder"class="extype">SingleResponseRequestBuilder</a>[<ahref="../signrpc/KeyLocator.html"name="signrpc.KeyLocator"id="signrpc.KeyLocator"class="extype">KeyLocator</a>, <ahref="../signrpc/KeyDescriptor.html"name="signrpc.KeyDescriptor"id="signrpc.KeyDescriptor"class="extype">KeyDescriptor</a>]</span></span><pclass="shortcomment cmt">Lower level "lifted" version of the method, giving access to request metadata etc.</p><divclass="fullcomment"><divclass="comment cmt"><p>Lower level "lifted" version of the method, giving access to request metadata etc.
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKitClientPowerApi.html"name="walletrpc.WalletKitClientPowerApi"id="walletrpc.WalletKitClientPowerApi"class="extype">WalletKitClientPowerApi</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKitClientPowerApi#deriveNextKey"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="deriveNextKey():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.KeyReq,signrpc.KeyDescriptor]"class="anchorToMember"></a><aid="deriveNextKey():SingleResponseRequestBuilder[KeyReq,KeyDescriptor]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#deriveNextKey():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.KeyReq,signrpc.KeyDescriptor]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">deriveNextKey</span><spanclass="params">()</span><spanclass="result">: <ahref="https://doc.akka.io/api/akka-grpc/2.1.6/akka/grpc/akka/grpc/scaladsl/SingleResponseRequestBuilder.html#akka.grpc.scaladsl.SingleResponseRequestBuilder"name="akka.grpc.scaladsl.SingleResponseRequestBuilder"id="akka.grpc.scaladsl.SingleResponseRequestBuilder"class="extype">SingleResponseRequestBuilder</a>[<ahref="KeyReq.html"name="walletrpc.KeyReq"id="walletrpc.KeyReq"class="extype">KeyReq</a>, <ahref="../signrpc/KeyDescriptor.html"name="signrpc.KeyDescriptor"id="signrpc.KeyDescriptor"class="extype">KeyDescriptor</a>]</span></span><pclass="shortcomment cmt">Lower level "lifted" version of the method, giving access to request metadata etc.</p><divclass="fullcomment"><divclass="comment cmt"><p>Lower level "lifted" version of the method, giving access to request metadata etc.
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKitClientPowerApi.html"name="walletrpc.WalletKitClientPowerApi"id="walletrpc.WalletKitClientPowerApi"class="extype">WalletKitClientPowerApi</a></dd></dl></div></li><liclass="indented0 "name="scala.AnyRef#eq"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="eq(x$1:AnyRef):Boolean"class="anchorToMember"></a><aid="eq(AnyRef):Boolean"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#eq(x$1:AnyRef):Boolean"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">final </span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">eq</span><spanclass="params">(<spanname="arg0">arg0: <ahref="../scala/index.html#AnyRef=Object"name="scala.AnyRef"id="scala.AnyRef"class="extmbr">AnyRef</a></span>)</span><spanclass="result">: <ahref="https://www.scala-lang.org/api/2.13.10/scala/Boolean.html#scala.Boolean"name="scala.Boolean"id="scala.Boolean"class="extype">Boolean</a></span></span><divclass="fullcomment"><dlclass="attributes block"><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div></li><liclass="indented0 "name="scala.AnyRef#equals"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="equals(x$1:Object):Boolean"class="anchorToMember"></a><aid="equals(AnyRef):Boolean"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#equals(x$1:Object):Boolean"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">equals</span><spanclass="params">(<spanname="arg0">arg0: <ahref="../scala/index.html#AnyRef=Object"name="scala.AnyRef"id="scala.AnyRef"class="extmbr">AnyRef</a></span>)</span><spanclass="result">: <ahref="https://www.scala-lang.org/api/2.13.10/scala/Boolean.html#scala.Boolean"name="scala.Boolean"id="scala.Boolean"class="extype">Boolean</a></span></span><divclass="fullcomment"><dlclass="attributes block"><dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKitClientPowerApi#estimateFee"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="estimateFee():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.EstimateFeeRequest,walletrpc.EstimateFeeResponse]"class="anchorToMember"></a><aid="estimateFee():SingleResponseRequestBuilder[EstimateFeeRequest,EstimateFeeResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#estimateFee():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.EstimateFeeRequest,walletrpc.EstimateFeeResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">estimateFee</span><spanclass="params">()</span><spanclass="result">: <ahref="https://doc.akka.io/api/akka-grpc/2.1.6/akka/grpc/akka/grpc/scaladsl/SingleResponseRequestBuilder.html#akka.grpc.scaladsl.SingleResponseRequestBuilder"name="akka.grpc.scaladsl.SingleResponseRequestBuilder"id="akka.grpc.scaladsl.SingleResponseRequestBuilder"class="extype">SingleResponseRequestBuilder</a>[<ahref="EstimateFeeRequest.html"name="walletrpc.EstimateFeeRequest"id="walletrpc.EstimateFeeRequest"class="extype">EstimateFeeRequest</a>, <ahref="EstimateFeeResponse.html"name="walletrpc.EstimateFeeResponse"id="walletrpc.EstimateFeeResponse"class="extype">EstimateFeeResponse</a>]</span></span><pclass="shortcomment cmt">Lower level "lifted" version of the method, giving access to request metadata etc.</p><divclass="fullcomment"><divclass="comment cmt"><p>Lower level "lifted" version of the method, giving access to request metadata etc.
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKitClientPowerApi.html"name="walletrpc.WalletKitClientPowerApi"id="walletrpc.WalletKitClientPowerApi"class="extype">WalletKitClientPowerApi</a></dd></dl></div></li><liclass="indented0 "name="scala.AnyRef#finalize"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="prt"><aid="finalize():Unit"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#finalize():Unit"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">finalize</span><spanclass="params">()</span><spanclass="result">: <ahref="https://www.scala-lang.org/api/2.13.10/scala/Unit.html#scala.Unit"name="scala.Unit"id="scala.Unit"class="extype">Unit</a></span></span><divclass="fullcomment"><dlclass="attributes block"><dt>Attributes</dt><dd>protected[<spanname="java.lang"class="extype">lang</span>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd><spanclass="name">@throws</span><spanclass="args">(<span><spanclass="symbol">classOf[java.lang.Throwable]</span></span>)</span></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKitClientPowerApi#finalizePsbt"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="finalizePsbt():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.FinalizePsbtRequest,walletrpc.FinalizePsbtResponse]"class="anchorToMember"></a><aid="finalizePsbt():SingleResponseRequestBuilder[FinalizePsbtRequest,FinalizePsbtResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#finalizePsbt():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.FinalizePsbtRequest,walletrpc.FinalizePsbtResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">finalizePsbt</span><spanclass="params">()</span><spanclass="result">: <ahref="https://doc.akka.io/api/akka-grpc/2.1.6/akka/grpc/akka/grpc/scaladsl/SingleResponseRequestBuilder.html#akka.grpc.scaladsl.SingleResponseRequestBuilder"name="akka.grpc.scaladsl.SingleResponseRequestBuilder"id="akka.grpc.scaladsl.SingleResponseRequestBuilder"class="extype">SingleResponseRequestBuilder</a>[<ahref="FinalizePsbtRequest.html"name="walletrpc.FinalizePsbtRequest"id="walletrpc.FinalizePsbtRequest"class="extype">FinalizePsbtRequest</a>, <ahref="FinalizePsbtResponse.html"name="walletrpc.FinalizePsbtResponse"id="walletrpc.FinalizePsbtResponse"class="extype">FinalizePsbtResponse</a>]</span></span><pclass="shortcomment cmt">Lower level "lifted" version of the method, giving access to request metadata etc.</p><divclass="fullcomment"><divclass="comment cmt"><p>Lower level "lifted" version of the method, giving access to request metadata etc.
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKitClientPowerApi.html"name="walletrpc.WalletKitClientPowerApi"id="walletrpc.WalletKitClientPowerApi"class="extype">WalletKitClientPowerApi</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKitClientPowerApi#fundPsbt"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="fundPsbt():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.FundPsbtRequest,walletrpc.FundPsbtResponse]"class="anchorToMember"></a><aid="fundPsbt():SingleResponseRequestBuilder[FundPsbtRequest,FundPsbtResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#fundPsbt():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.FundPsbtRequest,walletrpc.FundPsbtResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">fundPsbt</span><spanclass="params">()</span><spanclass="result">: <ahref="https://doc.akka.io/api/akka-grpc/2.1.6/akka/grpc/akka/grpc/scaladsl/SingleResponseRequestBuilder.html#akka.grpc.scaladsl.SingleResponseRequestBuilder"name="akka.grpc.scaladsl.SingleResponseRequestBuilder"id="akka.grpc.scaladsl.SingleResponseRequestBuilder"class="extype">SingleResponseRequestBuilder</a>[<ahref="FundPsbtRequest.html"name="walletrpc.FundPsbtRequest"id="walletrpc.FundPsbtRequest"class="extype">FundPsbtRequest</a>, <ahref="FundPsbtResponse.html"name="walletrpc.FundPsbtResponse"id="walletrpc.FundPsbtResponse"class="extype">FundPsbtResponse</a>]</span></span><pclass="shortcomment cmt">Lower level "lifted" version of the method, giving access to request metadata etc.</p><divclass="fullcomment"><divclass="comment cmt"><p>Lower level "lifted" version of the method, giving access to request metadata etc.
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKitClientPowerApi.html"name="walletrpc.WalletKitClientPowerApi"id="walletrpc.WalletKitClientPowerApi"class="extype">WalletKitClientPowerApi</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKitClientPowerApi#importPublicKey"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="importPublicKey():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.ImportPublicKeyRequest,walletrpc.ImportPublicKeyResponse]"class="anchorToMember"></a><aid="importPublicKey():SingleResponseRequestBuilder[ImportPublicKeyRequest,ImportPublicKeyResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#importPublicKey():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.ImportPublicKeyRequest,walletrpc.ImportPublicKeyResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">importPublicKey</span><spanclass="params">()</span><spanclass="result">: <ahref="https://doc.akka.io/api/akka-grpc/2.1.6/akka/grpc/akka/grpc/scaladsl/SingleResponseRequestBuilder.html#akka.grpc.scaladsl.SingleResponseRequestBuilder"name="akka.grpc.scaladsl.SingleResponseRequestBuilder"id="akka.grpc.scaladsl.SingleResponseRequestBuilder"class="extype">SingleResponseRequestBuilder</a>[<ahref="ImportPublicKeyRequest.html"name="walletrpc.ImportPublicKeyRequest"id="walletrpc.ImportPublicKeyRequest"class="extype">ImportPublicKeyRequest</a>, <ahref="ImportPublicKeyResponse.html"name="walletrpc.ImportPublicKeyResponse"id="walletrpc.ImportPublicKeyResponse"class="extype">ImportPublicKeyResponse</a>]</span></span><pclass="shortcomment cmt">Lower level "lifted" version of the method, giving access to request metadata etc.</p><divclass="fullcomment"><divclass="comment cmt"><p>Lower level "lifted" version of the method, giving access to request metadata etc.
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKitClientPowerApi.html"name="walletrpc.WalletKitClientPowerApi"id="walletrpc.WalletKitClientPowerApi"class="extype">WalletKitClientPowerApi</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKitClientPowerApi#importTapscript"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="importTapscript():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.ImportTapscriptRequest,walletrpc.ImportTapscriptResponse]"class="anchorToMember"></a><aid="importTapscript():SingleResponseRequestBuilder[ImportTapscriptRequest,ImportTapscriptResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#importTapscript():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.ImportTapscriptRequest,walletrpc.ImportTapscriptResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">importTapscript</span><spanclass="params">()</span><spanclass="result">: <ahref="https://doc.akka.io/api/akka-grpc/2.1.6/akka/grpc/akka/grpc/scaladsl/SingleResponseRequestBuilder.html#akka.grpc.scaladsl.SingleResponseRequestBuilder"name="akka.grpc.scaladsl.SingleResponseRequestBuilder"id="akka.grpc.scaladsl.SingleResponseRequestBuilder"class="extype">SingleResponseRequestBuilder</a>[<ahref="ImportTapscriptRequest.html"name="walletrpc.ImportTapscriptRequest"id="walletrpc.ImportTapscriptRequest"class="extype">ImportTapscriptRequest</a>, <ahref="ImportTapscriptResponse.html"name="walletrpc.ImportTapscriptResponse"id="walletrpc.ImportTapscriptResponse"class="extype">ImportTapscriptResponse</a>]</span></span><pclass="shortcomment cmt">Lower level "lifted" version of the method, giving access to request metadata etc.</p><divclass="fullcomment"><divclass="comment cmt"><p>Lower level "lifted" version of the method, giving access to request metadata etc.
prefer importTapscript(walletrpc.ImportTapscriptRequest) if possible.
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKitClientPowerApi.html"name="walletrpc.WalletKitClientPowerApi"id="walletrpc.WalletKitClientPowerApi"class="extype">WalletKitClientPowerApi</a></dd></dl></div></li><liclass="indented0 "name="scala.Any#isInstanceOf"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="isInstanceOf[T0]:Boolean"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#isInstanceOf[T0]:Boolean"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">final </span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">isInstanceOf</span><spanclass="tparams">[<spanname="T0">T0</span>]</span><spanclass="result">: <ahref="https://www.scala-lang.org/api/2.13.10/scala/Boolean.html#scala.Boolean"name="scala.Boolean"id="scala.Boolean"class="extype">Boolean</a></span></span><divclass="fullcomment"><dlclass="attributes block"><dt>Definition Classes</dt><dd>Any</dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKitClientPowerApi#labelTransaction"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="labelTransaction():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.LabelTransactionRequest,walletrpc.LabelTransactionResponse]"class="anchorToMember"></a><aid="labelTransaction():SingleResponseRequestBuilder[LabelTransactionRequest,LabelTransactionResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#labelTransaction():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.LabelTransactionRequest,walletrpc.LabelTransactionResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">labelTransaction</span><spanclass="params">()</span><spanclass="result">: <ahref="https://doc.akka.io/api/akka-grpc/2.1.6/akka/grpc/akka/grpc/scaladsl/SingleResponseRequestBuilder.html#akka.grpc.scaladsl.SingleResponseRequestBuilder"name="akka.grpc.scaladsl.SingleResponseRequestBuilder"id="akka.grpc.scaladsl.SingleResponseRequestBuilder"class="extype">SingleResponseRequestBuilder</a>[<ahref="LabelTransactionRequest.html"name="walletrpc.LabelTransactionRequest"id="walletrpc.LabelTransactionRequest"class="extype">LabelTransactionRequest</a>, <ahref="LabelTransactionResponse.html"name="walletrpc.LabelTransactionResponse"id="walletrpc.LabelTransactionResponse"class="extype">LabelTransactionResponse</a>]</span></span><pclass="shortcomment cmt">Lower level "lifted" version of the method, giving access to request metadata etc.</p><divclass="fullcomment"><divclass="comment cmt"><p>Lower level "lifted" version of the method, giving access to request metadata etc.
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKitClientPowerApi.html"name="walletrpc.WalletKitClientPowerApi"id="walletrpc.WalletKitClientPowerApi"class="extype">WalletKitClientPowerApi</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKitClientPowerApi#leaseOutput"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="leaseOutput():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.LeaseOutputRequest,walletrpc.LeaseOutputResponse]"class="anchorToMember"></a><aid="leaseOutput():SingleResponseRequestBuilder[LeaseOutputRequest,LeaseOutputResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#leaseOutput():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.LeaseOutputRequest,walletrpc.LeaseOutputResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">leaseOutput</span><spanclass="params">()</span><spanclass="result">: <ahref="https://doc.akka.io/api/akka-grpc/2.1.6/akka/grpc/akka/grpc/scaladsl/SingleResponseRequestBuilder.html#akka.grpc.scaladsl.SingleResponseRequestBuilder"name="akka.grpc.scaladsl.SingleResponseRequestBuilder"id="akka.grpc.scaladsl.SingleResponseRequestBuilder"class="extype">SingleResponseRequestBuilder</a>[<ahref="LeaseOutputRequest.html"name="walletrpc.LeaseOutputRequest"id="walletrpc.LeaseOutputRequest"class="extype">LeaseOutputRequest</a>, <ahref="LeaseOutputResponse.html"name="walletrpc.LeaseOutputResponse"id="walletrpc.LeaseOutputResponse"class="extype">LeaseOutputResponse</a>]</span></span><pclass="shortcomment cmt">Lower level "lifted" version of the method, giving access to request metadata etc.</p><divclass="fullcomment"><divclass="comment cmt"><p>Lower level "lifted" version of the method, giving access to request metadata etc.
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKitClientPowerApi.html"name="walletrpc.WalletKitClientPowerApi"id="walletrpc.WalletKitClientPowerApi"class="extype">WalletKitClientPowerApi</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKitClientPowerApi#listAccounts"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="listAccounts():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.ListAccountsRequest,walletrpc.ListAccountsResponse]"class="anchorToMember"></a><aid="listAccounts():SingleResponseRequestBuilder[ListAccountsRequest,ListAccountsResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#listAccounts():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.ListAccountsRequest,walletrpc.ListAccountsResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">listAccounts</span><spanclass="params">()</span><spanclass="result">: <ahref="https://doc.akka.io/api/akka-grpc/2.1.6/akka/grpc/akka/grpc/scaladsl/SingleResponseRequestBuilder.html#akka.grpc.scaladsl.SingleResponseRequestBuilder"name="akka.grpc.scaladsl.SingleResponseRequestBuilder"id="akka.grpc.scaladsl.SingleResponseRequestBuilder"class="extype">SingleResponseRequestBuilder</a>[<ahref="ListAccountsRequest.html"name="walletrpc.ListAccountsRequest"id="walletrpc.ListAccountsRequest"class="extype">ListAccountsRequest</a>, <ahref="ListAccountsResponse.html"name="walletrpc.ListAccountsResponse"id="walletrpc.ListAccountsResponse"class="extype">ListAccountsResponse</a>]</span></span><pclass="shortcomment cmt">Lower level "lifted" version of the method, giving access to request metadata etc.</p><divclass="fullcomment"><divclass="comment cmt"><p>Lower level "lifted" version of the method, giving access to request metadata etc.
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKitClientPowerApi.html"name="walletrpc.WalletKitClientPowerApi"id="walletrpc.WalletKitClientPowerApi"class="extype">WalletKitClientPowerApi</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKitClientPowerApi#listAddresses"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="listAddresses():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.ListAddressesRequest,walletrpc.ListAddressesResponse]"class="anchorToMember"></a><aid="listAddresses():SingleResponseRequestBuilder[ListAddressesRequest,ListAddressesResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#listAddresses():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.ListAddressesRequest,walletrpc.ListAddressesResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">listAddresses</span><spanclass="params">()</span><spanclass="result">: <ahref="https://doc.akka.io/api/akka-grpc/2.1.6/akka/grpc/akka/grpc/scaladsl/SingleResponseRequestBuilder.html#akka.grpc.scaladsl.SingleResponseRequestBuilder"name="akka.grpc.scaladsl.SingleResponseRequestBuilder"id="akka.grpc.scaladsl.SingleResponseRequestBuilder"class="extype">SingleResponseRequestBuilder</a>[<ahref="ListAddressesRequest.html"name="walletrpc.ListAddressesRequest"id="walletrpc.ListAddressesRequest"class="extype">ListAddressesRequest</a>, <ahref="ListAddressesResponse.html"name="walletrpc.ListAddressesResponse"id="walletrpc.ListAddressesResponse"class="extype">ListAddressesResponse</a>]</span></span><pclass="shortcomment cmt">Lower level "lifted" version of the method, giving access to request metadata etc.</p><divclass="fullcomment"><divclass="comment cmt"><p>Lower level "lifted" version of the method, giving access to request metadata etc.
prefer listAddresses(walletrpc.ListAddressesRequest) if possible.
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKitClientPowerApi.html"name="walletrpc.WalletKitClientPowerApi"id="walletrpc.WalletKitClientPowerApi"class="extype">WalletKitClientPowerApi</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKitClientPowerApi#listLeases"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="listLeases():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.ListLeasesRequest,walletrpc.ListLeasesResponse]"class="anchorToMember"></a><aid="listLeases():SingleResponseRequestBuilder[ListLeasesRequest,ListLeasesResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#listLeases():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.ListLeasesRequest,walletrpc.ListLeasesResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">listLeases</span><spanclass="params">()</span><spanclass="result">: <ahref="https://doc.akka.io/api/akka-grpc/2.1.6/akka/grpc/akka/grpc/scaladsl/SingleResponseRequestBuilder.html#akka.grpc.scaladsl.SingleResponseRequestBuilder"name="akka.grpc.scaladsl.SingleResponseRequestBuilder"id="akka.grpc.scaladsl.SingleResponseRequestBuilder"class="extype">SingleResponseRequestBuilder</a>[<ahref="ListLeasesRequest.html"name="walletrpc.ListLeasesRequest"id="walletrpc.ListLeasesRequest"class="extype">ListLeasesRequest</a>, <ahref="ListLeasesResponse.html"name="walletrpc.ListLeasesResponse"id="walletrpc.ListLeasesResponse"class="extype">ListLeasesResponse</a>]</span></span><pclass="shortcomment cmt">Lower level "lifted" version of the method, giving access to request metadata etc.</p><divclass="fullcomment"><divclass="comment cmt"><p>Lower level "lifted" version of the method, giving access to request metadata etc.
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKitClientPowerApi.html"name="walletrpc.WalletKitClientPowerApi"id="walletrpc.WalletKitClientPowerApi"class="extype">WalletKitClientPowerApi</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKitClientPowerApi#listSweeps"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="listSweeps():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.ListSweepsRequest,walletrpc.ListSweepsResponse]"class="anchorToMember"></a><aid="listSweeps():SingleResponseRequestBuilder[ListSweepsRequest,ListSweepsResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#listSweeps():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.ListSweepsRequest,walletrpc.ListSweepsResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">listSweeps</span><spanclass="params">()</span><spanclass="result">: <ahref="https://doc.akka.io/api/akka-grpc/2.1.6/akka/grpc/akka/grpc/scaladsl/SingleResponseRequestBuilder.html#akka.grpc.scaladsl.SingleResponseRequestBuilder"name="akka.grpc.scaladsl.SingleResponseRequestBuilder"id="akka.grpc.scaladsl.SingleResponseRequestBuilder"class="extype">SingleResponseRequestBuilder</a>[<ahref="ListSweepsRequest.html"name="walletrpc.ListSweepsRequest"id="walletrpc.ListSweepsRequest"class="extype">ListSweepsRequest</a>, <ahref="ListSweepsResponse.html"name="walletrpc.ListSweepsResponse"id="walletrpc.ListSweepsResponse"class="extype">ListSweepsResponse</a>]</span></span><pclass="shortcomment cmt">Lower level "lifted" version of the method, giving access to request metadata etc.</p><divclass="fullcomment"><divclass="comment cmt"><p>Lower level "lifted" version of the method, giving access to request metadata etc.
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKitClientPowerApi.html"name="walletrpc.WalletKitClientPowerApi"id="walletrpc.WalletKitClientPowerApi"class="extype">WalletKitClientPowerApi</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKitClientPowerApi#listUnspent"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="listUnspent():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.ListUnspentRequest,walletrpc.ListUnspentResponse]"class="anchorToMember"></a><aid="listUnspent():SingleResponseRequestBuilder[ListUnspentRequest,ListUnspentResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#listUnspent():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.ListUnspentRequest,walletrpc.ListUnspentResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">listUnspent</span><spanclass="params">()</span><spanclass="result">: <ahref="https://doc.akka.io/api/akka-grpc/2.1.6/akka/grpc/akka/grpc/scaladsl/SingleResponseRequestBuilder.html#akka.grpc.scaladsl.SingleResponseRequestBuilder"name="akka.grpc.scaladsl.SingleResponseRequestBuilder"id="akka.grpc.scaladsl.SingleResponseRequestBuilder"class="extype">SingleResponseRequestBuilder</a>[<ahref="ListUnspentRequest.html"name="walletrpc.ListUnspentRequest"id="walletrpc.ListUnspentRequest"class="extype">ListUnspentRequest</a>, <ahref="ListUnspentResponse.html"name="walletrpc.ListUnspentResponse"id="walletrpc.ListUnspentResponse"class="extype">ListUnspentResponse</a>]</span></span><pclass="shortcomment cmt">Lower level "lifted" version of the method, giving access to request metadata etc.</p><divclass="fullcomment"><divclass="comment cmt"><p>Lower level "lifted" version of the method, giving access to request metadata etc.
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKitClientPowerApi.html"name="walletrpc.WalletKitClientPowerApi"id="walletrpc.WalletKitClientPowerApi"class="extype">WalletKitClientPowerApi</a></dd></dl></div></li><liclass="indented0 "name="scala.AnyRef#ne"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="ne(x$1:AnyRef):Boolean"class="anchorToMember"></a><aid="ne(AnyRef):Boolean"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#ne(x$1:AnyRef):Boolean"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">final </span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">ne</span><spanclass="params">(<spanname="arg0">arg0: <ahref="../scala/index.html#AnyRef=Object"name="scala.AnyRef"id="scala.AnyRef"class="extmbr">AnyRef</a></span>)</span><spanclass="result">: <ahref="https://www.scala-lang.org/api/2.13.10/scala/Boolean.html#scala.Boolean"name="scala.Boolean"id="scala.Boolean"class="extype">Boolean</a></span></span><divclass="fullcomment"><dlclass="attributes block"><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKitClientPowerApi#nextAddr"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="nextAddr():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.AddrRequest,walletrpc.AddrResponse]"class="anchorToMember"></a><aid="nextAddr():SingleResponseRequestBuilder[AddrRequest,AddrResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#nextAddr():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.AddrRequest,walletrpc.AddrResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">nextAddr</span><spanclass="params">()</span><spanclass="result">: <ahref="https://doc.akka.io/api/akka-grpc/2.1.6/akka/grpc/akka/grpc/scaladsl/SingleResponseRequestBuilder.html#akka.grpc.scaladsl.SingleResponseRequestBuilder"name="akka.grpc.scaladsl.SingleResponseRequestBuilder"id="akka.grpc.scaladsl.SingleResponseRequestBuilder"class="extype">SingleResponseRequestBuilder</a>[<ahref="AddrRequest.html"name="walletrpc.AddrRequest"id="walletrpc.AddrRequest"class="extype">AddrRequest</a>, <ahref="AddrResponse.html"name="walletrpc.AddrResponse"id="walletrpc.AddrResponse"class="extype">AddrResponse</a>]</span></span><pclass="shortcomment cmt">Lower level "lifted" version of the method, giving access to request metadata etc.</p><divclass="fullcomment"><divclass="comment cmt"><p>Lower level "lifted" version of the method, giving access to request metadata etc.
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKitClientPowerApi.html"name="walletrpc.WalletKitClientPowerApi"id="walletrpc.WalletKitClientPowerApi"class="extype">WalletKitClientPowerApi</a></dd></dl></div></li><liclass="indented0 "name="scala.AnyRef#notify"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="notify():Unit"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#notify():Unit"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">final </span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">notify</span><spanclass="params">()</span><spanclass="result">: <ahref="https://www.scala-lang.org/api/2.13.10/scala/Unit.html#scala.Unit"name="scala.Unit"id="scala.Unit"class="extype">Unit</a></span></span><divclass="fullcomment"><dlclass="attributes block"><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd><spanclass="name">@native</span><spanclass="args">()</span></dd></dl></div></li><liclass="indented0 "name="scala.AnyRef#notifyAll"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="notifyAll():Unit"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#notifyAll():Unit"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">final </span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">notifyAll</span><spanclass="params">()</span><spanclass="result">: <ahref="https://www.scala-lang.org/api/2.13.10/scala/Unit.html#scala.Unit"name="scala.Unit"id="scala.Unit"class="extype">Unit</a></span></span><divclass="fullcomment"><dlclass="attributes block"><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd><spanclass="name">@native</span><spanclass="args">()</span></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKitClientPowerApi#pendingSweeps"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="pendingSweeps():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.PendingSweepsRequest,walletrpc.PendingSweepsResponse]"class="anchorToMember"></a><aid="pendingSweeps():SingleResponseRequestBuilder[PendingSweepsRequest,PendingSweepsResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#pendingSweeps():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.PendingSweepsRequest,walletrpc.PendingSweepsResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">pendingSweeps</span><spanclass="params">()</span><spanclass="result">: <ahref="https://doc.akka.io/api/akka-grpc/2.1.6/akka/grpc/akka/grpc/scaladsl/SingleResponseRequestBuilder.html#akka.grpc.scaladsl.SingleResponseRequestBuilder"name="akka.grpc.scaladsl.SingleResponseRequestBuilder"id="akka.grpc.scaladsl.SingleResponseRequestBuilder"class="extype">SingleResponseRequestBuilder</a>[<ahref="PendingSweepsRequest.html"name="walletrpc.PendingSweepsRequest"id="walletrpc.PendingSweepsRequest"class="extype">PendingSweepsRequest</a>, <ahref="PendingSweepsResponse.html"name="walletrpc.PendingSweepsResponse"id="walletrpc.PendingSweepsResponse"class="extype">PendingSweepsResponse</a>]</span></span><pclass="shortcomment cmt">Lower level "lifted" version of the method, giving access to request metadata etc.</p><divclass="fullcomment"><divclass="comment cmt"><p>Lower level "lifted" version of the method, giving access to request metadata etc.
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKitClientPowerApi.html"name="walletrpc.WalletKitClientPowerApi"id="walletrpc.WalletKitClientPowerApi"class="extype">WalletKitClientPowerApi</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKitClientPowerApi#publishTransaction"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="publishTransaction():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.Transaction,walletrpc.PublishResponse]"class="anchorToMember"></a><aid="publishTransaction():SingleResponseRequestBuilder[Transaction,PublishResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#publishTransaction():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.Transaction,walletrpc.PublishResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">publishTransaction</span><spanclass="params">()</span><spanclass="result">: <ahref="https://doc.akka.io/api/akka-grpc/2.1.6/akka/grpc/akka/grpc/scaladsl/SingleResponseRequestBuilder.html#akka.grpc.scaladsl.SingleResponseRequestBuilder"name="akka.grpc.scaladsl.SingleResponseRequestBuilder"id="akka.grpc.scaladsl.SingleResponseRequestBuilder"class="extype">SingleResponseRequestBuilder</a>[<ahref="Transaction.html"name="walletrpc.Transaction"id="walletrpc.Transaction"class="extype">Transaction</a>, <ahref="PublishResponse.html"name="walletrpc.PublishResponse"id="walletrpc.PublishResponse"class="extype">PublishResponse</a>]</span></span><pclass="shortcomment cmt">Lower level "lifted" version of the method, giving access to request metadata etc.</p><divclass="fullcomment"><divclass="comment cmt"><p>Lower level "lifted" version of the method, giving access to request metadata etc.
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKitClientPowerApi.html"name="walletrpc.WalletKitClientPowerApi"id="walletrpc.WalletKitClientPowerApi"class="extype">WalletKitClientPowerApi</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKitClientPowerApi#releaseOutput"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="releaseOutput():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.ReleaseOutputRequest,walletrpc.ReleaseOutputResponse]"class="anchorToMember"></a><aid="releaseOutput():SingleResponseRequestBuilder[ReleaseOutputRequest,ReleaseOutputResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#releaseOutput():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.ReleaseOutputRequest,walletrpc.ReleaseOutputResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">releaseOutput</span><spanclass="params">()</span><spanclass="result">: <ahref="https://doc.akka.io/api/akka-grpc/2.1.6/akka/grpc/akka/grpc/scaladsl/SingleResponseRequestBuilder.html#akka.grpc.scaladsl.SingleResponseRequestBuilder"name="akka.grpc.scaladsl.SingleResponseRequestBuilder"id="akka.grpc.scaladsl.SingleResponseRequestBuilder"class="extype">SingleResponseRequestBuilder</a>[<ahref="ReleaseOutputRequest.html"name="walletrpc.ReleaseOutputRequest"id="walletrpc.ReleaseOutputRequest"class="extype">ReleaseOutputRequest</a>, <ahref="ReleaseOutputResponse.html"name="walletrpc.ReleaseOutputResponse"id="walletrpc.ReleaseOutputResponse"class="extype">ReleaseOutputResponse</a>]</span></span><pclass="shortcomment cmt">Lower level "lifted" version of the method, giving access to request metadata etc.</p><divclass="fullcomment"><divclass="comment cmt"><p>Lower level "lifted" version of the method, giving access to request metadata etc.
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKitClientPowerApi.html"name="walletrpc.WalletKitClientPowerApi"id="walletrpc.WalletKitClientPowerApi"class="extype">WalletKitClientPowerApi</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKitClientPowerApi#requiredReserve"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="requiredReserve():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.RequiredReserveRequest,walletrpc.RequiredReserveResponse]"class="anchorToMember"></a><aid="requiredReserve():SingleResponseRequestBuilder[RequiredReserveRequest,RequiredReserveResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#requiredReserve():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.RequiredReserveRequest,walletrpc.RequiredReserveResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">requiredReserve</span><spanclass="params">()</span><spanclass="result">: <ahref="https://doc.akka.io/api/akka-grpc/2.1.6/akka/grpc/akka/grpc/scaladsl/SingleResponseRequestBuilder.html#akka.grpc.scaladsl.SingleResponseRequestBuilder"name="akka.grpc.scaladsl.SingleResponseRequestBuilder"id="akka.grpc.scaladsl.SingleResponseRequestBuilder"class="extype">SingleResponseRequestBuilder</a>[<ahref="RequiredReserveRequest.html"name="walletrpc.RequiredReserveRequest"id="walletrpc.RequiredReserveRequest"class="extype">RequiredReserveRequest</a>, <ahref="RequiredReserveResponse.html"name="walletrpc.RequiredReserveResponse"id="walletrpc.RequiredReserveResponse"class="extype">RequiredReserveResponse</a>]</span></span><pclass="shortcomment cmt">Lower level "lifted" version of the method, giving access to request metadata etc.</p><divclass="fullcomment"><divclass="comment cmt"><p>Lower level "lifted" version of the method, giving access to request metadata etc.
prefer requiredReserve(walletrpc.RequiredReserveRequest) if possible.
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKitClientPowerApi.html"name="walletrpc.WalletKitClientPowerApi"id="walletrpc.WalletKitClientPowerApi"class="extype">WalletKitClientPowerApi</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKitClientPowerApi#sendOutputs"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="sendOutputs():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.SendOutputsRequest,walletrpc.SendOutputsResponse]"class="anchorToMember"></a><aid="sendOutputs():SingleResponseRequestBuilder[SendOutputsRequest,SendOutputsResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#sendOutputs():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.SendOutputsRequest,walletrpc.SendOutputsResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">sendOutputs</span><spanclass="params">()</span><spanclass="result">: <ahref="https://doc.akka.io/api/akka-grpc/2.1.6/akka/grpc/akka/grpc/scaladsl/SingleResponseRequestBuilder.html#akka.grpc.scaladsl.SingleResponseRequestBuilder"name="akka.grpc.scaladsl.SingleResponseRequestBuilder"id="akka.grpc.scaladsl.SingleResponseRequestBuilder"class="extype">SingleResponseRequestBuilder</a>[<ahref="SendOutputsRequest.html"name="walletrpc.SendOutputsRequest"id="walletrpc.SendOutputsRequest"class="extype">SendOutputsRequest</a>, <ahref="SendOutputsResponse.html"name="walletrpc.SendOutputsResponse"id="walletrpc.SendOutputsResponse"class="extype">SendOutputsResponse</a>]</span></span><pclass="shortcomment cmt">Lower level "lifted" version of the method, giving access to request metadata etc.</p><divclass="fullcomment"><divclass="comment cmt"><p>Lower level "lifted" version of the method, giving access to request metadata etc.
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKitClientPowerApi.html"name="walletrpc.WalletKitClientPowerApi"id="walletrpc.WalletKitClientPowerApi"class="extype">WalletKitClientPowerApi</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKitClientPowerApi#signMessageWithAddr"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="signMessageWithAddr():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.SignMessageWithAddrRequest,walletrpc.SignMessageWithAddrResponse]"class="anchorToMember"></a><aid="signMessageWithAddr():SingleResponseRequestBuilder[SignMessageWithAddrRequest,SignMessageWithAddrResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#signMessageWithAddr():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.SignMessageWithAddrRequest,walletrpc.SignMessageWithAddrResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">signMessageWithAddr</span><spanclass="params">()</span><spanclass="result">: <ahref="https://doc.akka.io/api/akka-grpc/2.1.6/akka/grpc/akka/grpc/scaladsl/SingleResponseRequestBuilder.html#akka.grpc.scaladsl.SingleResponseRequestBuilder"name="akka.grpc.scaladsl.SingleResponseRequestBuilder"id="akka.grpc.scaladsl.SingleResponseRequestBuilder"class="extype">SingleResponseRequestBuilder</a>[<ahref="SignMessageWithAddrRequest.html"name="walletrpc.SignMessageWithAddrRequest"id="walletrpc.SignMessageWithAddrRequest"class="extype">SignMessageWithAddrRequest</a>, <ahref="SignMessageWithAddrResponse.html"name="walletrpc.SignMessageWithAddrResponse"id="walletrpc.SignMessageWithAddrResponse"class="extype">SignMessageWithAddrResponse</a>]</span></span><pclass="shortcomment cmt">Lower level "lifted" version of the method, giving access to request metadata etc.</p><divclass="fullcomment"><divclass="comment cmt"><p>Lower level "lifted" version of the method, giving access to request metadata etc.
prefer signMessageWithAddr(walletrpc.SignMessageWithAddrRequest) if possible.
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKitClientPowerApi.html"name="walletrpc.WalletKitClientPowerApi"id="walletrpc.WalletKitClientPowerApi"class="extype">WalletKitClientPowerApi</a></dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKitClientPowerApi#signPsbt"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="signPsbt():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.SignPsbtRequest,walletrpc.SignPsbtResponse]"class="anchorToMember"></a><aid="signPsbt():SingleResponseRequestBuilder[SignPsbtRequest,SignPsbtResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#signPsbt():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.SignPsbtRequest,walletrpc.SignPsbtResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">signPsbt</span><spanclass="params">()</span><spanclass="result">: <ahref="https://doc.akka.io/api/akka-grpc/2.1.6/akka/grpc/akka/grpc/scaladsl/SingleResponseRequestBuilder.html#akka.grpc.scaladsl.SingleResponseRequestBuilder"name="akka.grpc.scaladsl.SingleResponseRequestBuilder"id="akka.grpc.scaladsl.SingleResponseRequestBuilder"class="extype">SingleResponseRequestBuilder</a>[<ahref="SignPsbtRequest.html"name="walletrpc.SignPsbtRequest"id="walletrpc.SignPsbtRequest"class="extype">SignPsbtRequest</a>, <ahref="SignPsbtResponse.html"name="walletrpc.SignPsbtResponse"id="walletrpc.SignPsbtResponse"class="extype">SignPsbtResponse</a>]</span></span><pclass="shortcomment cmt">Lower level "lifted" version of the method, giving access to request metadata etc.</p><divclass="fullcomment"><divclass="comment cmt"><p>Lower level "lifted" version of the method, giving access to request metadata etc.
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="WalletKitClientPowerApi.html"name="walletrpc.WalletKitClientPowerApi"id="walletrpc.WalletKitClientPowerApi"class="extype">WalletKitClientPowerApi</a></dd></dl></div></li><liclass="indented0 "name="scala.AnyRef#synchronized"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="synchronized[T0](x$1:=>T0):T0"class="anchorToMember"></a><aid="synchronized[T0](=>T0):T0"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#synchronized[T0](x$1:=>T0):T0"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">final </span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">synchronized</span><spanclass="tparams">[<spanname="T0">T0</span>]</span><spanclass="params">(<spanname="arg0">arg0: =><spanname="java.lang.AnyRef.synchronized.T0"class="extype">T0</span></span>)</span><spanclass="result">: <spanname="java.lang.AnyRef.synchronized.T0"class="extype">T0</span></span></span><divclass="fullcomment"><dlclass="attributes block"><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div></li><liclass="indented0 "name="scala.AnyRef#toString"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="toString():String"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#toString():String"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">toString</span><spanclass="params">()</span><spanclass="result">: <ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java/lang/String.html#java.lang.String"name="java.lang.String"id="java.lang.String"class="extype">String</a></span></span><divclass="fullcomment"><dlclass="attributes block"><dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div></li><liclass="indented0 "name="walletrpc.WalletKitClientPowerApi#verifyMessageWithAddr"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="verifyMessageWithAddr():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.VerifyMessageWithAddrRequest,walletrpc.VerifyMessageWithAddrResponse]"class="anchorToMember"></a><aid="verifyMessageWithAddr():SingleResponseRequestBuilder[VerifyMessageWithAddrRequest,VerifyMessageWithAddrResponse]"class="anchorToMember"></a><spanclass="permalink"><ahref="../walletrpc/WalletKitClient.html#verifyMessageWithAddr():akka.grpc.scaladsl.SingleResponseRequestBuilder[walletrpc.VerifyMessageWithAddrRequest,walletrpc.VerifyMessageWithAddrResponse]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">verifyMessageWithAddr</span><spanclass="params">()</span><spanclass="result">: <ahref="https://doc.akka.io/api/akka-grpc/2.1.6/akka/grpc/akka/grpc/scaladsl/SingleResponseRequestBuilder.html#akka.grpc.scaladsl.SingleResponseRequestBuilder"name="akka.grpc.scaladsl.SingleResponseRequestBuilder"id="akka.grpc.scaladsl.SingleResponseRequestBuilder"class="extype">SingleResponseRequestBuilder</a>[<ahref="VerifyMessageWithAddrRequest.html"name="walletrpc.VerifyMessageWithAddrRequest"id="walletrpc.VerifyMessageWithAddrRequest"class="extype">VerifyMessageWithAddrRequest</a>, <ahref="VerifyMessageWithAddrResponse.html"name="walletrpc.VerifyMessageWithAddrResponse"id="walletrpc.VerifyMessageWithAddrResponse"class="extype">VerifyMessageWithAddrResponse</a>]</span></span><pclass="shortcomment cmt">Lower level "lifted" version of the method, giving access to request metadata etc.</p><divclass="fullcomment"><divclass="comment cmt"><p>Lower level "lifted" version of the method, giving access to request metadata etc.
prefer verifyMessageWithAddr(walletrpc.VerifyMessageWithAddrRequest) if possible.