Crate grin_wallet_impls

Source
Expand description

Concrete implementations of types found in libwallet, organised this way mostly to avoid any circular dependencies of any kind Functions in this crate should not use the wallet api crate directly

Modules§

test_framework
tor

Structs§

DefaultLCProvider
DefaultWalletImpl
Main wallet instance
HTTPNodeClient
HttpSlateSender
LMDBBackend
PathToSlate
PathToSlatepack

Enums§

Error
Wallet errors, mostly wrappers around underlying crypto or I/O errors.

Traits§

SlateGetter
Checks for a transaction from a corresponding SlatePutter, returns the transaction if it exists
SlatePutter
Posts slates to be read later by a corresponding getter
SlateReceiver
SlateSender
Sends transactions to a corresponding SlateReceiver

Functions§

wallet_db_exists
test to see if database files exist in the current directory. If so, use a DB backend for all operations