Class StorageResult
-
- All Implemented Interfaces:
-
com.swmansion.starknet.data.types.StarknetResponse
@Serializable() public final class StorageResult implements StarknetResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final Feltvalueprivate final LonglastUpdateBlock
-
Constructor Summary
Constructors Constructor Description StorageResult(Felt value, Long lastUpdateBlock)
-
Method Summary
Modifier and Type Method Description final FeltgetValue()final LonggetLastUpdateBlock()
-