Skip to main content

Module wallet

Module wallet 

Source
Expand description

The wallet abstraction tracking the set of chains followed by the client.

Structs§

Chain
The locally tracked state of a single chain.
Memory
A basic implementation of Wallet that doesn’t persist anything and merely tracks the chains in memory.

Traits§

Wallet
A trait for the wallet (i.e. set of chain states) tracked by the client.