pub trait GetWalletContext {
// Provided method
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. |