Interface ConvertibleToCalldata
-
- All Implemented Interfaces:
public interface ConvertibleToCalldata
Implementers of this interface support conversions to the list of Felts.
-
-
Method Summary
Modifier and Type Method Description abstract List<Felt>
toCalldata()
-
-
Method Detail
-
toCalldata
abstract List<Felt> toCalldata()
-
-
-
-