Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a wallet-specific interface for coin selection. #3109

Merged
merged 2 commits into from
Feb 7, 2022

Commits on Feb 7, 2022

  1. Provide a wallet-specific interface for coin selection.

    This commit provides the module `Cardano.Wallet.CoinSelection`, which
    provides a wallet-specific interface for coin selection.
    
    Wallet features requiring coin selection functionality should import
    from this module.
    jonathanknowles committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    1b7df63 View commit details
    Browse the repository at this point in the history
  2. Mark some coin selection modules as "internal".

    This commit:
    
    1. Renames `Primitive.CoinSelection` to `CoinSelection.Internal`, making it
       more obvious that this module is an "internal" module.
    
    2. Adds a disclaimer to the top of the module advising people to import
       from the "public" module instead.
    jonathanknowles committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    72dd574 View commit details
    Browse the repository at this point in the history