Function FlashListenerAPI.getFeeUTXOs

Try to get a set of UTXOs enough to cover amount

abstract FeeUTXOs getFeeUTXOs (
  PublicKey pk,
  Amount amount
) @safe;

Parameters

NameDescription
pk public key
amount desired total value of the UTXOs

Returns

set of UTXOs to cover amount, on best effort basis