Class FlowCreateWalletLifecycle

java.lang.Object
dev.getelements.elements.service.blockchain.omni.FlowCreateWalletLifecycle
All Implemented Interfaces:
Consumer<dev.getelements.elements.sdk.model.blockchain.wallet.Wallet>

public class FlowCreateWalletLifecycle extends Object implements Consumer<dev.getelements.elements.sdk.model.blockchain.wallet.Wallet>
  • Constructor Details

    • FlowCreateWalletLifecycle

      public FlowCreateWalletLifecycle()
  • Method Details

    • accept

      public void accept(dev.getelements.elements.sdk.model.blockchain.wallet.Wallet wallet)
      Specified by:
      accept in interface Consumer<dev.getelements.elements.sdk.model.blockchain.wallet.Wallet>
    • getFlowAccessApi

      public org.onflow.sdk.FlowAccessApi getFlowAccessApi()
    • setFlowAccessApi

      @Inject public void setFlowAccessApi(org.onflow.sdk.FlowAccessApi flowAccessApi)