BytesValue

data class BytesValue(val value: List<Int>) : ScanSolanaFuncId

Constructors

Link copied to clipboard
constructor(value: List<Int>)

Properties

Link copied to clipboard
val value: List<Int>