cardano-wallet-core-2022.7.1: The Wallet Backend for a Cardano node.
Copyright © 2022 IOHK
License Apache-2.0
Safe Haskell None
Language Haskell2010

Cardano.Wallet.CoinSelection.Internal.Context

Description

This module provides the SelectionContext class, which provides a shared context for types used by coin selection.

Synopsis

Selection contexts

class ( Buildable ( Address c), Buildable ( UTxO c), Ord ( Address c), Ord ( UTxO c), Show ( Address c), Show ( UTxO c)) => SelectionContext c Source #

Provides a shared context for types used by coin selection.

Associated Types

type Address c Source #

A target address to which payments can be made.

type UTxO c Source #

A unique identifier for an individual UTxO.