BuiltinValue

scalus.builtin.BuiltinValue
See theBuiltinValue companion class
object BuiltinValue

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited types

type InnerType = SortedMap[ByteString, SortedMap[ByteString, BigInt]]

Internal representation type - SortedMap for efficient sorted access

Internal representation type - SortedMap for efficient sorted access

Attributes

Inherited from:
BuiltinValueApi (hidden)

Value members

Inherited methods

def fromData(data: Data): BuiltinValue

Convert Data to BuiltinValue.

Convert Data to BuiltinValue.

Attributes

Throws
IllegalArgumentException

if data is not in the expected format

Inherited from:
BuiltinValueApi (hidden)
def toData(value: BuiltinValue): Data

Convert BuiltinValue to Data representation.

Convert BuiltinValue to Data representation.

Data encoding: Map ByteString (Map ByteString Integer)

Attributes

Inherited from:
BuiltinValueApi (hidden)

Inherited fields

The empty value containing no tokens

The empty value containing no tokens

Attributes

Inherited from:
BuiltinValueApi (hidden)