Class DeprecatedContractClass
-
- All Implemented Interfaces:
-
com.swmansion.starknet.data.types.StarknetResponse
@Serializable() public final class DeprecatedContractClass extends ContractClassBase
-
-
Field Summary
Fields Modifier and Type Field Description private final String
program
private final DeprecatedEntryPointsByType
entryPointsByType
private final List<AbiElement>
abi
-
Constructor Summary
Constructors Constructor Description DeprecatedContractClass(String program, DeprecatedEntryPointsByType entryPointsByType, List<AbiElement> abi)
-
Method Summary
Modifier and Type Method Description final String
getProgram()
final DeprecatedEntryPointsByType
getEntryPointsByType()
final List<AbiElement>
getAbi()
-
-
Constructor Detail
-
DeprecatedContractClass
DeprecatedContractClass(String program, DeprecatedEntryPointsByType entryPointsByType, List<AbiElement> abi)
-
-
Method Detail
-
getProgram
final String getProgram()
-
getEntryPointsByType
final DeprecatedEntryPointsByType getEntryPointsByType()
-
getAbi
final List<AbiElement> getAbi()
-
-
-
-