Class WalletFile

java.lang.Object
org.web3j.crypto.WalletFile

public class WalletFile extends Object
Ethereum wallet file.
  • Constructor Details

    • WalletFile

      public WalletFile()
  • Method Details

    • getAddress

      public String getAddress()
    • setAddress

      public void setAddress(String address)
    • getCrypto

      public WalletFile.Crypto getCrypto()
    • setCrypto

      public void setCrypto(WalletFile.Crypto crypto)
    • setCryptoV1

      public void setCryptoV1(WalletFile.Crypto crypto)
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getVersion

      public int getVersion()
    • setVersion

      public void setVersion(int version)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object