package
1.2.0-rc1
Repository: https://github.com/mc-aeq/aeqw.git
Documentation: pkg.go.dev

# Functions

BackendFromRPCClient creates a wallet network backend from an RPC client.
DisableLog disables all library log output.
NewRPCClient creates a client connection to the server described by the connect string.
NewRPCSyncer creates an RPCSyncer that will sync the wallet using the RPC client.
RPCClientFromBackend returns the RPC client used to create a wallet network backend.
UseLogger uses a specified Logger to output package logging info.

# Structs

RPCClient represents a persistent client connection to a decred RPC server for information regarding the current best block chain.
RPCSyncer implements wallet synchronization services by processing notifications from a dcrd JSON-RPC server.