Package org.stellar.sdk.xdr
Class MuxedAccount.MuxedAccountMed25519
java.lang.Object
org.stellar.sdk.xdr.MuxedAccount.MuxedAccountMed25519
- All Implemented Interfaces:
XdrElement
- Enclosing class:
MuxedAccount
MuxedAccountMed25519's original definition in the XDR file is:
struct { uint64 id; uint256 ed25519; }
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
fromXdrBase64
(String xdr) fromXdrByteArray
(byte[] xdr) getId()
int
hashCode()
void
setEd25519
(Uint256 ed25519) void
toString()
Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
MuxedAccountMed25519
public MuxedAccountMed25519() -
MuxedAccountMed25519
-
-
Method Details
-
encode
- Specified by:
encode
in interfaceXdrElement
- Throws:
IOException
-
decode
public static MuxedAccount.MuxedAccountMed25519 decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getId
-
getEd25519
-
setId
-
setEd25519
-
equals
-
hashCode
public int hashCode() -
toString
-