Type Definition libindy_sys::indyBuildGetTxnFeesReqCB[][src]

type indyBuildGetTxnFeesReqCB = Option<unsafe extern "C" fn(command_handle: indy_handle_t, wallet_handle: indy_handle_t, submitter_did: *const c_char, cb: indy_err_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 context wallet_handle: wallet handle submitter_did: (Optional) DID of request sender

Return

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