Package org.stellar.sdk.xdr
Class MuxedAccount
java.lang.Object
org.stellar.sdk.xdr.MuxedAccount
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MuxedAccountdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, MuxedAccount encodedMuxedAccount) booleanstatic MuxedAccountfromXdrBase64(String xdr) static MuxedAccountfromXdrByteArray(byte[] xdr) inthashCode()voidsetDiscriminant(CryptoKeyType value) voidsetEd25519(Uint256 value) voidbyte[]
-
Constructor Details
-
MuxedAccount
public MuxedAccount()
-
-
Method Details
-
getDiscriminant
-
setDiscriminant
-
getEd25519
-
setEd25519
-
getMed25519
-
setMed25519
-
encode
public static void encode(XdrDataOutputStream stream, MuxedAccount encodedMuxedAccount) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-