pub trait GetWalletContext {
fn context(&mut self) -> *mut WalletContext { ... }
}Provided Methods§
sourcefn context(&mut self) -> *mut WalletContext
fn context(&mut self) -> *mut WalletContext
| Return pointer to internal context, | useful for testing. |