Class GetClassAtPayload
-
- All Implemented Interfaces:
@Serializable() public final class GetClassAtPayload
-
-
Field Summary
Fields Modifier and Type Field Description private final BlockId
blockId
private final Felt
contractAddress
-
Constructor Summary
Constructors Constructor Description GetClassAtPayload(BlockId blockId, Felt contractAddress)
-
Method Summary
Modifier and Type Method Description final BlockId
getBlockId()
final Felt
getContractAddress()
-
-
Method Detail
-
getBlockId
final BlockId getBlockId()
-
getContractAddress
final Felt getContractAddress()
-
-
-
-