Class StateUpdateResponse
-
- All Implemented Interfaces:
-
com.swmansion.starknet.data.types.StarknetResponse
@Serializable() public final class StateUpdateResponse extends StateUpdate
-
-
Constructor Summary
Constructors Constructor Description StateUpdateResponse(Felt blockHash, Felt newRoot, Felt oldRoot, StateDiff stateDiff)
-
Method Summary
Modifier and Type Method Description final Felt
getBlockHash()
final Felt
getNewRoot()
Felt
getOldRoot()
StateDiff
getStateDiff()
-
-
Method Detail
-
getBlockHash
final Felt getBlockHash()
-
getNewRoot
final Felt getNewRoot()
-
getOldRoot
Felt getOldRoot()
-
getStateDiff
StateDiff getStateDiff()
-
-
-
-