GetBlockHashAndNumberResponse

@Serializable
data class GetBlockHashAndNumberResponse(val blockHash: Felt, val blockNumber: Int)

Constructors

Link copied to clipboard
constructor(blockHash: Felt, blockNumber: Int)

Properties

Link copied to clipboard
Link copied to clipboard