WalletSyncData

@Serializable
data class WalletSyncData(val items: List<Block>, val status: String)

Constructors

Link copied to clipboard
constructor(items: List<Block>, status: String)

Properties

Link copied to clipboard
Link copied to clipboard