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
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
ConstructorDescriptionSorobanAuthorizationEntry
(SorobanCredentials credentials, SorobanAuthorizedInvocation rootInvocation) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static SorobanAuthorizationEntry
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static SorobanAuthorizationEntry
fromXdrBase64
(String xdr) static SorobanAuthorizationEntry
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setCredentials
(SorobanCredentials credentials) void
setRootInvocation
(SorobanAuthorizedInvocation rootInvocation) toString()
default String
default 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
-