Function libindy_sys::indy_build_set_txn_fees_req[][src]

pub unsafe extern "C" fn indy_build_set_txn_fees_req(
    command_handle: indy_handle_t,
    wallet_handle: indy_handle_t,
    submitter_did: *const c_char,
    payment_method: *const c_char,
    fees_json: *const c_char,
    cb: indy_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 caller context. wallet_handle: wallet handle submitter_did: (Optional) DID of request sender payment_method: payment method to use fees_json { txnType1: amount1, txnType2: amount2, ................. txnTypeN: amountN, }

Return

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