Interface OutsideExecution
-
- All Implemented Interfaces:
-
com.swmansion.starknet.data.types.conversions.ConvertibleToCalldata
public interface OutsideExecution implements ConvertibleToCalldata
-
-
Method Summary
Modifier and Type Method Description abstract TypedDatatoTypedData(StarknetChainId chainId)abstract FeltgetCaller()abstract FeltgetNonce()abstract FeltgetExecuteAfter()abstract FeltgetExecuteBefore()abstract List<OutsideCall>getCalls()-
-
Method Detail
-
toTypedData
abstract TypedData toTypedData(StarknetChainId chainId)
-
getExecuteAfter
abstract Felt getExecuteAfter()
-
getExecuteBefore
abstract Felt getExecuteBefore()
-
getCalls
abstract List<OutsideCall> getCalls()
-
-
-
-