Class DeclareResponse
-
- All Implemented Interfaces:
-
com.swmansion.starknet.data.types.StarknetResponse
@Serializable() public final class DeclareResponse implements StarknetResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final Felt
transactionHash
private final Felt
classHash
-
Constructor Summary
Constructors Constructor Description DeclareResponse(Felt transactionHash, Felt classHash)
-
Method Summary
Modifier and Type Method Description final Felt
getTransactionHash()
final Felt
getClassHash()
-
-
Method Detail
-
getTransactionHash
final Felt getTransactionHash()
-
getClassHash
final Felt getClassHash()
-
-
-
-