Interface Admin

    • Method Detail

      • build

        static Admin build​(Web3jService web3jService)
        Description copied from interface: Web3j
        Construct a new Web3j instance.
        Parameters:
        web3jService - web3j service instance - i.e. HTTP or IPC
        Returns:
        new Web3j instance
      • build

        static Admin build​(Web3jService web3jService,
                           long pollingInterval,
                           java.util.concurrent.ScheduledExecutorService scheduledExecutorService)
        Description copied from interface: Web3j
        Construct a new Web3j instance.
        Parameters:
        web3jService - web3j service instance - i.e. HTTP or IPC
        pollingInterval - polling interval for responses from network nodes
        scheduledExecutorService - executor service to use for scheduled tasks. You are responsible for terminating this thread pool
        Returns:
        new Web3j instance
      • personalUnlockAccount

        Request<?,​PersonalUnlockAccount> personalUnlockAccount​(java.lang.String address,
                                                                     java.lang.String passphrase,
                                                                     java.math.BigInteger duration)
      • personalUnlockAccount

        Request<?,​PersonalUnlockAccount> personalUnlockAccount​(java.lang.String address,
                                                                     java.lang.String passphrase)