Class OutsideExecutionV2
-
- All Implemented Interfaces:
-
com.swmansion.starknet.data.types.OutsideExecution,com.swmansion.starknet.data.types.conversions.ConvertibleToCalldata
@Serializable() public final class OutsideExecutionV2 implements OutsideExecution
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classOutsideExecutionV2.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Feltcallerprivate final Feltnonceprivate final FeltexecuteAfterprivate final FeltexecuteBeforeprivate final List<OutsideCallV2>callspublic final static OutsideExecutionV2.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description OutsideExecutionV2(Felt caller, Felt nonce, Felt executeAfter, Felt executeBefore, List<OutsideCallV2> calls)
-
Method Summary
Modifier and Type Method Description FeltgetCaller()FeltgetNonce()FeltgetExecuteAfter()FeltgetExecuteBefore()List<OutsideCallV2>getCalls()List<Felt>toCalldata()TypedDatatoTypedData(StarknetChainId chainId)-
-
Method Detail
-
getExecuteAfter
Felt getExecuteAfter()
-
getExecuteBefore
Felt getExecuteBefore()
-
getCalls
List<OutsideCallV2> getCalls()
-
toCalldata
List<Felt> toCalldata()
-
toTypedData
TypedData toTypedData(StarknetChainId chainId)
-
-
-
-