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