Class StorageProof.GlobalRoots
-
- All Implemented Interfaces:
@Serializable() public final class StorageProof.GlobalRoots
-
-
Field Summary
Fields Modifier and Type Field Description private final Felt
contractsTreeRoot
private final Felt
classesTreeRoot
private final Felt
blockHash
-
Constructor Summary
Constructors Constructor Description StorageProof.GlobalRoots(Felt contractsTreeRoot, Felt classesTreeRoot, Felt blockHash)
-
Method Summary
Modifier and Type Method Description final Felt
getContractsTreeRoot()
final Felt
getClassesTreeRoot()
final Felt
getBlockHash()
-
-
Method Detail
-
getContractsTreeRoot
final Felt getContractsTreeRoot()
-
getClassesTreeRoot
final Felt getClassesTreeRoot()
-
getBlockHash
final Felt getBlockHash()
-
-
-
-