Class FunctionInvocation
-
- All Implemented Interfaces:
@Serializable() public final class FunctionInvocation
-
-
Field Summary
Fields Modifier and Type Field Description private final Felt
contractAddress
private final Felt
entrypoint
private final List<Felt>
calldata
private final Felt
callerAddress
private final Felt
classHash
private final EntryPointType
entryPointType
private final CallType
callType
private final List<Felt>
result
private final List<FunctionInvocation>
calls
private final List<OrderedEvent>
events
private final List<OrderedMessageL2ToL1>
messages
private final ComputationResources
computationResources
-
Constructor Summary
Constructors Constructor Description FunctionInvocation(Felt contractAddress, Felt entrypoint, List<Felt> calldata, Felt callerAddress, Felt classHash, EntryPointType entryPointType, CallType callType, List<Felt> result, List<FunctionInvocation> calls, List<OrderedEvent> events, List<OrderedMessageL2ToL1> messages, ComputationResources computationResources)
-
Method Summary
Modifier and Type Method Description final Felt
getContractAddress()
final Felt
getEntrypoint()
final List<Felt>
getCalldata()
final Felt
getCallerAddress()
final Felt
getClassHash()
final EntryPointType
getEntryPointType()
final CallType
getCallType()
final List<Felt>
getResult()
final List<FunctionInvocation>
getCalls()
final List<OrderedEvent>
getEvents()
final List<OrderedMessageL2ToL1>
getMessages()
final ComputationResources
getComputationResources()
-
-
Constructor Detail
-
FunctionInvocation
FunctionInvocation(Felt contractAddress, Felt entrypoint, List<Felt> calldata, Felt callerAddress, Felt classHash, EntryPointType entryPointType, CallType callType, List<Felt> result, List<FunctionInvocation> calls, List<OrderedEvent> events, List<OrderedMessageL2ToL1> messages, ComputationResources computationResources)
-
-
Method Detail
-
getContractAddress
final Felt getContractAddress()
-
getEntrypoint
final Felt getEntrypoint()
-
getCalldata
final List<Felt> getCalldata()
-
getCallerAddress
final Felt getCallerAddress()
-
getClassHash
final Felt getClassHash()
-
getEntryPointType
final EntryPointType getEntryPointType()
-
getCallType
final CallType getCallType()
-
getCalls
final List<FunctionInvocation> getCalls()
-
getEvents
final List<OrderedEvent> getEvents()
-
getMessages
final List<OrderedMessageL2ToL1> getMessages()
-
getComputationResources
final ComputationResources getComputationResources()
-
-
-
-