Class GetClassPayload
-
- All Implemented Interfaces:
@Serializable() public final class GetClassPayload
-
-
Constructor Summary
Constructors Constructor Description GetClassPayload(Felt classHash, BlockId blockId)
-
Method Summary
Modifier and Type Method Description final Felt
getClassHash()
final BlockId
getBlockId()
final Unit
setBlockId(@SerialName(value = "block_id") BlockId blockId)
-
-
Method Detail
-
getClassHash
final Felt getClassHash()
-
getBlockId
final BlockId getBlockId()
-
setBlockId
final Unit setBlockId(@SerialName(value = "block_id") BlockId blockId)
-
-
-
-