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.

@FunctionalInterface public static interface WalletAccountFactory.AccountGenerator
Generates instances of WalletAccount.
  • Method Summary

    Modifier and Type
    Method
    Description
    Generates a WalletAccount unencrypted in raw form.