Class InvokeTransaction
-
- All Implemented Interfaces:
-
com.swmansion.starknet.data.types.StarknetResponse
@Serializable()@SerialName(value = "INVOKE_FUNCTION") public class InvokeTransaction extends Transaction
-
-
Method Summary
Modifier and Type Method Description abstract List<Felt>
getCalldata()
TransactionType
getType()
-
-
Method Detail
-
getCalldata
abstract List<Felt> getCalldata()
-
getType
TransactionType getType()
-
-
-
-