Structs

  • | WalletContext struct containing references to | state shared between CWallet instances, like | the reference to the chain interface, and the | list of opened wallets. | | Future shared state can be added here as an | alternative to adding global variables. | | The struct isn’t intended to have any member | functions. It should just be a collection of | state pointers that doesn’t pull in | dependencies or implement behavior.

Traits