public class AccountID extends java.lang.Object implements XdrElement
typedef PublicKey AccountID;
| Constructor and Description |
|---|
AccountID() |
AccountID(PublicKey AccountID) |
| Modifier and Type | Method and Description |
|---|---|
static AccountID |
decode(XdrDataInputStream stream) |
void |
encode(XdrDataOutputStream stream) |
boolean |
equals(java.lang.Object o) |
static AccountID |
fromXdrBase64(java.lang.String xdr) |
static AccountID |
fromXdrByteArray(byte[] xdr) |
PublicKey |
getAccountID() |
int |
hashCode() |
void |
setAccountID(PublicKey AccountID) |
java.lang.String |
toString() |
toXdrBase64, toXdrByteArraypublic AccountID()
public AccountID(PublicKey AccountID)
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode in interface XdrElementjava.io.IOExceptionpublic static AccountID decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOExceptionpublic static AccountID fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOExceptionpublic static AccountID fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOExceptionpublic PublicKey getAccountID()
public void setAccountID(PublicKey AccountID)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object