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

type BuildVerifyPaymentReqCB = extern "C" fn(command_handle: Handle, wallet_handle: Handle, submitter_did: CString, receipt: CString, cb: Option<extern "C" fn(command_handle_: Handle, err: Error, verify_txn_json: CString) -> Error>) -> Error;