Class EstimateFeeResponseList
-
- All Implemented Interfaces:
-
com.swmansion.starknet.data.types.StarknetResponse
@JvmInline()@Serializable(with = EstimateFeeResponseListSerializer.class) public final class EstimateFeeResponseList implements StarknetResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final List<EstimateFeeResponse>values
-
Constructor Summary
Constructors Constructor Description EstimateFeeResponseList(List<EstimateFeeResponse> values)
-
Method Summary
Modifier and Type Method Description final List<EstimateFeeResponse>getValues()-
-
Constructor Detail
-
EstimateFeeResponseList
EstimateFeeResponseList(List<EstimateFeeResponse> values)
-
-
Method Detail
-
getValues
final List<EstimateFeeResponse> getValues()
-
-
-
-