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