Package org.stellar.sdk.xdr
Class SorobanAuthorizationEntry
java.lang.Object
org.stellar.sdk.xdr.SorobanAuthorizationEntry
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SorobanAuthorizationEntrydecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, SorobanAuthorizationEntry encodedSorobanAuthorizationEntry) booleanstatic SorobanAuthorizationEntryfromXdrBase64(String xdr) static SorobanAuthorizationEntryfromXdrByteArray(byte[] xdr) inthashCode()voidsetCredentials(SorobanCredentials value) voidbyte[]
-
Constructor Details
-
SorobanAuthorizationEntry
public SorobanAuthorizationEntry()
-
-
Method Details
-
getCredentials
-
setCredentials
-
getRootInvocation
-
setRootInvocation
-
encode
public static void encode(XdrDataOutputStream stream, SorobanAuthorizationEntry encodedSorobanAuthorizationEntry) 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
-