scalus.builtin
Members list
Packages
Type members
Classlikes
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
BLS12_381_G1_Element.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
BLS12_381_G2_Element.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Attributes
- Companion
- object
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- enum
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
BuiltinList.type
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
An immutable sequence of bytes.
An immutable sequence of bytes.
This class is used as a UPLC builtin type to represent binary data and it can be used in both onchain and offchain code.
Attributes
- Note
-
methods of this class are only available offchain with the exception of
==and!=. For onchain operations use the extension methods in the companion object - Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ByteString.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ByteStringToInteger.type
Attributes
- Companion
- object
- Supertypes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
FromDataMacros.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
IntegerToByteString.type
Attributes
- Companion
- trait
- Supertypes
- Self type
-
JVMPlatformSpecific.type
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
object JVMPlatformSpecific
This is the platform specific part of the builtins. This is mostly cryptographic primitives that have different implementations on different platforms.
This is the platform specific part of the builtins. This is mostly cryptographic primitives that have different implementations on different platforms.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait JVMPlatformSpecificobject JVMPlatformSpecific
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PlatformSpecific.type
Attributes
- Companion
- object
- Supertypes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ToDataMacros.type
Attributes
- Supertypes
-
trait StaticAnnotationclass Annotationclass Objecttrait Matchableclass Any
Value members
Concrete methods
Provides access to platform-specific built-in functions.
Provides access to platform-specific built-in functions.
This is used to access cryptographic primitives and other platform-specific functionality that may vary between JVM, JS, and other platforms.