pub fn build_get_payment_sources_with_from_request(
    wallet_handle: WalletHandle,
    submitter_did: Option<&str>,
    payment_address: &str,
    from: Option<i64>
) -> Box<dyn Future<Item = (String, String), Error = IndyError>>
Expand description

Builds Indy request for getting UTXO list for payment address according to this payment method.

Arguments

  • wallet_handle - wallet handle
  • submitter_did - DID of request sender
  • payment_address - target payment address
  • from - shift to the next slice of payment sources

Returns

  • get_utxo_txn_json - Indy request for getting UTXO list for payment address
  • payment_method