Package org.stellar.sdk.xdr
Class AccountID
java.lang.Object
org.stellar.sdk.xdr.AccountID
AccountID's original definition in the XDR file is:
typedef PublicKey AccountID;
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AccountID
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static AccountID
fromXdrBase64
(String xdr) static AccountID
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setAccountID
(PublicKey AccountID) toString()
default String
default byte[]
-
Constructor Details
-
AccountID
public AccountID() -
AccountID
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
getAccountID
-
setAccountID
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-