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

Provided Methods§

source

fn context(&mut self) -> *mut WalletContext

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

Implementors§