[][src]Type Definition indy_sys::payments::CreatePaymentAddressCB

type CreatePaymentAddressCB = extern "C" fn(command_handle: CommandHandle, wallet_handle: WalletHandle, config: CString, cb: Option<extern "C" fn(command_handle_: CommandHandle, err: Error, payment_address: CString) -> Error>) -> Error;