Function grin_wallet_controller::command::issue_invoice_tx

source ยท
pub fn issue_invoice_tx<L, C, K>(
    owner_api: &mut Owner<L, C, K>,
    keychain_mask: Option<&SecretKey>,
    args: IssueInvoiceArgs
) -> Result<(), Error>
where L: WalletLCProvider<'static, C, K> + 'static, C: NodeClient + 'static, K: Keychain + 'static,