CLValue

object CLValue
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def Bool(value: Boolean): CLValue
def ByteArray(bytes: Array[Byte]): CLValue
def Err(value: CLValue, ok: CLTypeInfo): CLValue
def I32(value: BigInt): CLValue
def I64(value: BigInt): CLValue
def Key(value: CLKeyValue): CLValue
def Key(value: String): CLValue
def List(values: CLValue*): CLValue
def Ok(value: CLValue, err: CLTypeInfo): CLValue
def Option(value: CLValue): CLValue
def PublicKey(value: String): CLValue
def String(value: String): CLValue
def Tuple1(value: CLValue): CLValue
def Tuple2(value1: CLValue, value2: CLValue): CLValue
def Tuple3(value1: CLValue, value2: CLValue, value3: CLValue): CLValue
def U128(value: BigInt): CLValue
def U256(value: BigInt): CLValue
def U32(value: BigInt): CLValue
def U512(value: BigInt): CLValue
def U64(value: BigInt): CLValue
def U8(value: Byte): CLValue
def URef(value: URef): CLValue
def URef(value: String): CLValue
def Unit(): CLValue