pub trait GetWalletContext {
    fn context(&mut self) -> *mut WalletContext { ... }
}

Provided Methods§

| Return pointer to internal context, | useful for testing. |

Implementors§