Interface WalletAccountFactory.AccountGenerator
- All Known Implementing Classes:
EthAccountGenerator
,FlowAccountGenerator
,NearAccountGenerator
,NeoAccountGenerator
,SolanaAccountGenerator
- Enclosing interface:
WalletAccountFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Generates instances of
WalletAccount
.-
Method Summary
-
Method Details
-
generate
WalletAccount generate()Generates aWalletAccount
unencrypted in raw form.- Returns:
- the
WalletAccount
-