Class UtxoResult

  • Direct Known Subclasses:
    UtxoResult.Async, UtxoResult.Sync

    public class UtxoResult
    extends Object
    The result of a [`UtxoLookup::get_utxo`] call. A call may resolve either synchronously, returning the `Sync` variant, or asynchronously, returning an [`UtxoFuture`] in the `Async` variant.