Package org.stellar.sdk.xdr
Class MuxedAccount.MuxedAccountMed25519
java.lang.Object
org.stellar.sdk.xdr.MuxedAccount.MuxedAccountMed25519
- Enclosing class:
MuxedAccount
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, MuxedAccount.MuxedAccountMed25519 encodedMuxedAccountMed25519) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) getId()inthashCode()voidsetEd25519(Uint256 value) voidbyte[]
-
Constructor Details
-
MuxedAccountMed25519
public MuxedAccountMed25519()
-
-
Method Details
-
getId
-
setId
-
getEd25519
-
setEd25519
-
encode
public static void encode(XdrDataOutputStream stream, MuxedAccount.MuxedAccountMed25519 encodedMuxedAccountMed25519) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
public static MuxedAccount.MuxedAccountMed25519 decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-