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 class
OutsideExecutionV2.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Felt
caller
private final Felt
nonce
private final Felt
executeAfter
private final Felt
executeBefore
private final List<OutsideCallV2>
calls
public final static OutsideExecutionV2.Companion
Companion
-
Constructor Summary
Constructors Constructor Description OutsideExecutionV2(Felt caller, Felt nonce, Felt executeAfter, Felt executeBefore, List<OutsideCallV2> calls)
-
Method Summary
Modifier and Type Method Description Felt
getCaller()
Felt
getNonce()
Felt
getExecuteAfter()
Felt
getExecuteBefore()
List<OutsideCallV2>
getCalls()
List<Felt>
toCalldata()
TypedData
toTypedData(StarknetChainId chainId)
-
-
Method Detail
-
getExecuteAfter
Felt getExecuteAfter()
-
getExecuteBefore
Felt getExecuteBefore()
-
getCalls
List<OutsideCallV2> getCalls()
-
toCalldata
List<Felt> toCalldata()
-
toTypedData
TypedData toTypedData(StarknetChainId chainId)
-
-
-
-