Function libindy_sys::indy_build_get_txn_fees_req[][src]

pub unsafe extern "C" fn indy_build_get_txn_fees_req(
    command_handle: indy_handle_t,
    wallet_handle: indy_handle_t,
    submitter_did: *const c_char,
    payment_method: *const c_char,
    cb: indy_str_cb
) -> indy_error_t

Builds Indy get request for getting 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

Return

get_txn_fees_json - Indy request for getting fees for transactions in the ledger