Type Alias indyBuildGetTxnFeesReqCB

Source
pub 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>;
Expand description

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

Aliased Type§

pub enum indyBuildGetTxnFeesReqCB {
    None,
    Some(unsafe extern "C" fn(i32, i32, *const i8, Option<unsafe extern "C" fn(i32, i32, *const i8) -> i32>) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(i32, i32, *const i8, Option<unsafe extern "C" fn(i32, i32, *const i8) -> i32>) -> i32)

Some value of type T.