Skip to content

Wallets #4

Description

@llorllale

Let's implement Wallets:

public interface Wallets extends Iterable<Wallet> {
/**
* Create a wallet.
* @return The new wallet
*/
Wallet create();
}

Let's name the implementation WalletsIn.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions