Type Definition libindy_sys::indyParseGetTxnFeesResponseCB[][src]

type indyParseGetTxnFeesResponseCB = Option<unsafe extern "C" fn(command_handle: indy_handle_t, resp_json: *const c_char, cb: indy_err_str_cb) -> indy_error_t>;

Parses response for Indy request for getting fees

Params

command_handle: command handle to map callback to context resp_json: response for Indy request for getting fees

Return

fees_json { txnType1: amount1, txnType2: amount2, ................. txnTypeN: amountN, }