package
0.18.4-beta.rc2
Repository: https://github.com/lightningnetwork/lnd.git
Documentation: pkg.go.dev

# Functions

MakeMockSpendNotifier creates a SpendNotifier.
No description provided by the author

# Variables

No description provided by the author

# Structs

ChainIO is a mock implementation of the BlockChainIO interface.
ChainNotifier is a mock implementation of the ChainNotifier interface.
DummySignature is a dummy Signature implementation.
DummySigner is an implementation of the Signer interface that returns dummy values when called.
SecretKeyRing is a mock implementation of the SecretKeyRing interface.
SingleSigner is an implementation of the Signer interface that signs everything with a single private key.
SpendNotifier extends the mock.ChainNotifier so that spend notifications can be triggered and delivered to subscribers.
WalletController is a mock implementation of the WalletController interface.