BlocksDetailsByHeightsRequest

@Serializable
data class BlocksDetailsByHeightsRequest(val blockHeights: List<Long>)

Constructors

Link copied to clipboard
constructor(blockHeights: List<Long>)

Properties

Link copied to clipboard