Package org.stellar.sdk.xdr
Class SorobanAuthorizedFunction
java.lang.Object
org.stellar.sdk.xdr.SorobanAuthorizedFunction
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SorobanAuthorizedFunctiondecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, SorobanAuthorizedFunction encodedSorobanAuthorizedFunction) booleanstatic SorobanAuthorizedFunctionfromXdrBase64(String xdr) static SorobanAuthorizedFunctionfromXdrByteArray(byte[] xdr) inthashCode()voidsetContractFn(InvokeContractArgs value) voidvoidbyte[]
-
Constructor Details
-
SorobanAuthorizedFunction
public SorobanAuthorizedFunction()
-
-
Method Details
-
getDiscriminant
-
setDiscriminant
-
getContractFn
-
setContractFn
-
getCreateContractHostFn
-
setCreateContractHostFn
-
encode
public static void encode(XdrDataOutputStream stream, SorobanAuthorizedFunction encodedSorobanAuthorizedFunction) 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
-