[][src]Function indyrs::payments::build_get_txn_fees_req

pub fn build_get_txn_fees_req(
    wallet_handle: IndyHandle,
    submitter_did: Option<&str>,
    payment_method: &str
) -> Box<dyn Future<Item = String, Error = IndyError>>

Builds Indy get request for getting fees for transactions in the ledger

Arguments

  • command_handle
  • wallet_handle - wallet handle
  • submitter_did - DID of request sender
  • payment_method

Returns

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