类 AccountKeyStoreDto


  • public class AccountKeyStoreDto
    extends Object
    • 构造器详细资料

      • AccountKeyStoreDto

        public AccountKeyStoreDto()
      • AccountKeyStoreDto

        public AccountKeyStoreDto​(Map<String,​Object> map)
    • 方法详细资料

      • getAddress

        public String getAddress()
      • setAddress

        public void setAddress​(String address)
      • getEncryptedPrivateKey

        public String getEncryptedPrivateKey()
      • setEncryptedPrivateKey

        public void setEncryptedPrivateKey​(String encryptedPrivateKey)
      • getPubKey

        public String getPubKey()
      • setPubKey

        public void setPubKey​(String pubKey)
      • getPrikey

        public String getPrikey()
      • setPrikey

        public void setPrikey​(String prikey)