Interface Admin

    • Method Detail

      • build

        static Admin build​(Web3jService web3jService)
        Description copied from interface: Web3j
        Construct a new Web3j instance.
        Parameters:
        web3jService -
        Returns:
      • 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 -
        pollingInterval -
        scheduledExecutorService -
        Returns:
      • personalNewAccount

        Request<?,​NewAccountIdentifier> personalNewAccount​(java.lang.String password)
        Parameters:
        password -
        Returns:
      • personalUnlockAccount

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

        Request<?,​PersonalUnlockAccount> personalUnlockAccount​(java.lang.String address,
                                                                     java.lang.String passphrase)
        Parameters:
        address -
        passphrase -
        Returns:
      • personalSendTransaction

        Request<?,​EthSendTransaction> personalSendTransaction​(Transaction transaction,
                                                                    java.lang.String password)
        Parameters:
        transaction -
        password -
        Returns: