Class MongoWalletAccount

java.lang.Object
dev.getelements.elements.dao.mongo.model.blockchain.MongoWalletAccount

@Embedded public class MongoWalletAccount extends Object
  • Constructor Details

    • MongoWalletAccount

      public MongoWalletAccount()
    • MongoWalletAccount

      public MongoWalletAccount(WalletAccount pair)
  • Method Details

    • getAddress

      public String getAddress()
    • setAddress

      public void setAddress(String address)
    • getPrivateKey

      public String getPrivateKey()
    • setPrivateKey

      public void setPrivateKey(String privateKey)
    • isEncrypted

      public boolean isEncrypted()
    • setEncrypted

      public void setEncrypted(boolean encrypted)