ScriptHashListUnspentResponse

data class ScriptHashListUnspentResponse(scriptHash: ByteVector32, unspents: List<UnspentItem>) : ElectrumResponse

Properties

scriptHash
Link copied to clipboard
common
val scriptHash: ByteVector32
unspents
Link copied to clipboard
common
val unspents: List<UnspentItem>