Class FunctionInvocation
-
- All Implemented Interfaces:
@Serializable() public final class FunctionInvocation
-
-
Field Summary
Fields Modifier and Type Field Description private final FeltcontractAddressprivate final Feltentrypointprivate final List<Felt>calldataprivate final FeltcallerAddressprivate final FeltclassHashprivate final EntryPointTypeentryPointTypeprivate final CallTypecallTypeprivate final List<Felt>resultprivate final List<FunctionInvocation>callsprivate final List<OrderedEvent>eventsprivate final List<OrderedMessageL2ToL1>messagesprivate final InnerCallExecutionResourcesexecutionResourcesprivate final BooleanisReverted
-
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, InnerCallExecutionResources executionResources, Boolean isReverted)
-
Method Summary
Modifier and Type Method Description final FeltgetContractAddress()final FeltgetEntrypoint()final List<Felt>getCalldata()final FeltgetCallerAddress()final FeltgetClassHash()final EntryPointTypegetEntryPointType()final CallTypegetCallType()final List<Felt>getResult()final List<FunctionInvocation>getCalls()final List<OrderedEvent>getEvents()final List<OrderedMessageL2ToL1>getMessages()final InnerCallExecutionResourcesgetExecutionResources()final BooleanisReverted()-
-
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, InnerCallExecutionResources executionResources, Boolean isReverted)
-
-
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()
-
getExecutionResources
final InnerCallExecutionResources getExecutionResources()
-
isReverted
final Boolean isReverted()
-
-
-
-