Package org.stellar.sdk.xdr
Class MuxedEd25519Account
java.lang.Object
org.stellar.sdk.xdr.MuxedEd25519Account
- All Implemented Interfaces:
XdrElement
MuxedEd25519Account's original definition in the XDR file is:
struct MuxedEd25519Account { uint64 id; uint256 ed25519; };
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static MuxedEd25519Account
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static MuxedEd25519Account
fromXdrBase64
(String xdr) static MuxedEd25519Account
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
-
MuxedEd25519Account
public MuxedEd25519Account() -
MuxedEd25519Account
-
-
Method Details
-
encode
- Specified by:
encode
in interfaceXdrElement
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getId
-
getEd25519
-
setId
-
setEd25519
-
equals
-
hashCode
public int hashCode() -
toString
-