BlocksRequest

@Serializable
data class BlocksRequest(val blockIds: List<String>)

Constructors

Link copied to clipboard
constructor(blockIds: List<String>)

Properties

Link copied to clipboard