Function stack_epic_wallet_controller::command::send
source · pub fn send<L, C, K>(
wallet: Arc<Mutex<Box<dyn WalletInst<'static, L, C, K>>>>,
keychain_mask: Option<&SecretKey>,
tor_config: Option<TorConfig>,
epicbox_config: Option<EpicboxConfig>,
args: SendArgs,
dark_scheme: bool
) -> Result<(), Error>where
L: WalletLCProvider<'static, C, K> + 'static,
C: NodeClient + 'static,
K: Keychain + 'static,