Package org.stellar.sdk.xdr
Class SorobanAuthorizationEntry
java.lang.Object
org.stellar.sdk.xdr.SorobanAuthorizationEntry
SorobanAuthorizationEntry's original definition in the XDR file is:
struct SorobanAuthorizationEntry
{
SorobanCredentials credentials;
SorobanAuthorizedInvocation rootInvocation;
};
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionSorobanAuthorizationEntry(SorobanCredentials credentials, SorobanAuthorizedInvocation rootInvocation) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static SorobanAuthorizationEntrydecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic SorobanAuthorizationEntryfromXdrBase64(String xdr) static SorobanAuthorizationEntryfromXdrByteArray(byte[] xdr) inthashCode()voidsetCredentials(SorobanCredentials credentials) voidsetRootInvocation(SorobanAuthorizedInvocation rootInvocation) toString()default Stringdefault byte[]
-
Constructor Details
-
SorobanAuthorizationEntry
public SorobanAuthorizationEntry() -
SorobanAuthorizationEntry
public SorobanAuthorizationEntry(SorobanCredentials credentials, SorobanAuthorizedInvocation rootInvocation)
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getCredentials
-
getRootInvocation
-
setCredentials
-
setRootInvocation
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-