Copyright | © 2022 IOHK |
---|---|
License | Apache-2.0 |
Safe Haskell | None |
Language | Haskell2010 |
This module provides the
SelectionContext
class, which provides a shared
context for types used by coin selection.
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.
A target address to which payments can be made.
A unique identifier for an individual UTxO.