pub trait AddWalletOptions {
    // Required method
    fn add_wallet_options(&self, argsman: &mut ArgsManager);
}

Required Methods§

source

fn add_wallet_options(&self, argsman: &mut ArgsManager)

| Get wallet help string |

Implementors§