Struct bitcoinwallet_context::WalletContext
source · pub struct WalletContext { /* private fields */ }
Expand description
| 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.
Auto Trait Implementations§
impl !RefUnwindSafe for WalletContext
impl !Send for WalletContext
impl !Sync for WalletContext
impl Unpin for WalletContext
impl !UnwindSafe for WalletContext
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more