Class AccountId

java.lang.Object
com.method5.jot.query.model.AccountId

public class AccountId extends Object
AccountId — class for account id in the Jot SDK. Provides types and data models.
  • Constructor Details

    • AccountId

      public AccountId(byte[] publicKey)
  • Method Details

    • fromSS58

      public static AccountId fromSS58(String ss58Address)
    • getPublicKey

      public byte[] getPublicKey()
    • setPublicKey

      public void setPublicKey(byte[] publicKey)
    • toString

      public String toString()
      Overrides:
      toString in class Object