CLKeyValue

object CLKeyValue

companion object

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(hexBytes: Array[Byte]): CLKeyValue

Get instance from a bytes array

Get instance from a bytes array

Returns

CLKeyValue

def apply(hexBytes: String, keyType: KeyType): CLKeyValue

Get instance from hexString and Key Type

Get instance from hexString and Key Type

Value Params
hexBytes

Hex String

keyType

KeyType

Returns

CLKeyValue

def apply(key: String): CLKeyValue

Get instance from prefixed hexString : eg : transfer-e330a31701205e3871cb4f7e14d3ff26074735c84b0e54b7a75f553a8405d182

Get instance from prefixed hexString : eg : transfer-e330a31701205e3871cb4f7e14d3ff26074735c84b0e54b7a75f553a8405d182

Returns

CLKeyValue

def parsedValue(key: String): Any

compute parsed value from string key

compute parsed value from string key

Returns

Any