package
0.7.6
Repository: https://github.com/decred/dcrlnd.git
Documentation: pkg.go.dev

# Functions

NewCustomTestRemoteDcrwallet runs a dcrwallet instance for use during tests.
NewRPCSyncingTestRemoteDcrwallet creates a new dcrwallet process that can be used by a remotedcrwallet instance to perform the interface tests.
NewRPCSyncingTestWallet creates a test wallet that syncs itself using the RPC connection mode.
NewSetupRPCTest attempts up to maxTries to setup an rpctest harness or errors.
NewRPCSyncingTestRemoteDcrwallet creates a new dcrwallet process that can be used by a remotedcrwallet instance to perform the interface tests.
NewSPVSyncingTestWallet creates a test wallet that syncs itself using the SPV connection mode.
SetPerAccountPassphrase calls the SetAccountPassphrase rpc endpoint on the wallet at the given conn, setting it to the specified passphrse.

# Structs

No description provided by the author

# Interfaces

TB is an interface that fulfills both testing.T and testing.B for their common methods.