Package org.stellar.sdk.xdr
Class MuxedAccount.MuxedAccountMed25519
java.lang.Object
org.stellar.sdk.xdr.MuxedAccount.MuxedAccountMed25519
- 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) voidencode(XdrDataOutputStream stream) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) getId()inthashCode()voidsetEd25519(Uint256 ed25519) voidtoString()default Stringdefault byte[]
-
Constructor Details
-
MuxedAccountMed25519
public MuxedAccountMed25519() -
MuxedAccountMed25519
-
-
Method Details
-
encode
- 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
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-