Type Definition libindy_sys::indyBuildSetTxnFeesReqCB[][src]

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

Builds Indy request for setting fees for transactions in the ledger

Params

command_handle: command handle to map callback to context wallet_handle: wallet handle submitter_did: (Optional) DID of request sender fees_json { txnType1: amount1, txnType2: amount2, ................. txnTypeN: amountN, }

Return

set_txn_fees_json - Indy request for setting fees for transactions in the ledger