Class SimulateTransactionResponse.SimulateHostFunctionResult
java.lang.Object
org.stellar.sdk.responses.sorobanrpc.SimulateTransactionResponse.SimulateHostFunctionResult
- Enclosing class:
SimulateTransactionResponse
-
Constructor Summary
ConstructorsConstructorDescriptionSimulateHostFunctionResult(List<String> auth, String xdr) Creates a newSimulateHostFunctionResultinstance. -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAuth()The elements inside can be parsed asSorobanAuthorizationEntryobjects.getXdr()The field can be parsed asSCValobject.inthashCode()Parses theauthfield from a list of strings to a list ofSorobanAuthorizationEntryobjects.parseXdr()Parses thexdrfield from a string to anSCValobject.toString()
-
Constructor Details
-
SimulateHostFunctionResult
Creates a newSimulateHostFunctionResultinstance.- Parameters:
auth- The elements inside can be parsed asSorobanAuthorizationEntryobjects.xdr- The field can be parsed asSCValobject.
-
-
Method Details
-
parseAuth
Parses theauthfield from a list of strings to a list ofSorobanAuthorizationEntryobjects.- Returns:
- a list of parsed
SorobanAuthorizationEntryobjects
-
parseXdr
Parses thexdrfield from a string to anSCValobject.- Returns:
- the parsed
SCValobject
-
getAuth
The elements inside can be parsed asSorobanAuthorizationEntryobjects. -
getXdr
The field can be parsed asSCValobject. -
equals
-
hashCode
public int hashCode() -
toString
-