📄️ BumpFee
BumpFee is an endpoint that allows users to interact with lnd's sweeper
📄️ BumpForceCloseFee
BumpForceCloseFee is an endpoint that allows users to bump the fee of a
📄️ DeriveKey
DeriveKey attempts to derive an arbitrary key specified by the passed
📄️ DeriveNextKey
DeriveNextKey attempts to derive the next key within the key family
📄️ EstimateFee
EstimateFee attempts to query the internal fee estimator of the wallet to
📄️ FinalizePsbt
FinalizePsbt expects a partial transaction with all inputs and outputs fully
📄️ FundPsbt
FundPsbt creates a fully populated PSBT that contains enough inputs to fund
📄️ GetTransaction
GetTransaction returns details for a transaction found in the wallet.
📄️ ImportAccount
ImportAccount imports an account backed by an account extended public key.
📄️ ImportPublicKey
ImportPublicKey imports a public key as watch-only into the wallet. The
📄️ ImportTapscript
ImportTapscript imports a Taproot script and internal key and adds the
📄️ LabelTransaction
LabelTransaction adds a label to a transaction. If the transaction already
📄️ LeaseOutput
LeaseOutput locks an output to the given ID, preventing it from being
📄️ ListAccounts
ListAccounts retrieves all accounts belonging to the wallet by default. A
📄️ ListAddresses
ListAddresses retrieves all the addresses along with their balance. An
📄️ ListLeases
ListLeases lists all currently locked utxos.
📄️ ListSweeps
ListSweeps returns a list of the sweep transactions our node has produced.
📄️ ListUnspent
ListUnspent returns a list of all utxos spendable by the wallet with a
📄️ NextAddr
NextAddr returns the next unused address within the wallet.
📄️ PendingSweeps
PendingSweeps returns lists of on-chain outputs that lnd is currently
📄️ PublishTransaction
PublishTransaction attempts to publish the passed transaction to the
📄️ ReleaseOutput
ReleaseOutput unlocks an output, allowing it to be available for coin
📄️ RemoveTransaction
RemoveTransaction attempts to remove the provided transaction from the
📄️ RequiredReserve
RequiredReserve returns the minimum amount of satoshis that should be kept
📄️ SendOutputs
SendOutputs is similar to the existing sendmany call in Bitcoind, and
📄️ SignMessageWithAddr
SignMessageWithAddr returns the compact signature (base64 encoded) created
📄️ SignPsbt
SignPsbt expects a partial transaction with all inputs and outputs fully
📄️ VerifyMessageWithAddr
VerifyMessageWithAddr returns the validity and the recovered public key of