Class ContractLeafData
-
- All Implemented Interfaces:
@Serializable() public final class ContractLeafData
-
-
Constructor Summary
Constructors Constructor Description ContractLeafData(Felt nonce, Felt classHash, Felt storageRoot)
-
Method Summary
Modifier and Type Method Description final Felt
getNonce()
final Felt
getClassHash()
final Felt
getStorageRoot()
-
-
Method Detail
-
getClassHash
final Felt getClassHash()
-
getStorageRoot
final Felt getStorageRoot()
-
-
-
-