Package

special

sigma

Permalink

package sigma

The following implicit values are used as type descriptors of all the predefined Sigma types.

See also

RType class

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. sigma
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait AnyValue extends AnyRef

    Permalink

    Represents any value paired with type descriptor.

    Represents any value paired with type descriptor.

    Annotations
    @Liftable() @WithMethodCallRecognizers()
  2. trait AvlTree extends AnyRef

    Permalink

    Type of data which efficiently authenticates potentially huge dataset having key-value dictionary interface.

    Type of data which efficiently authenticates potentially huge dataset having key-value dictionary interface. Only root hash of dynamic AVL+ tree, tree height, key length, optional value length, and access flags are stored in an instance of the datatype.

    Please note that standard hash function from scorex.crypto.hash is used, and height is stored along with root hash of the tree, thus digest size is always CryptoConstants.hashLength + 1 bytes.

    This interface is used as runtime representation of the AvlTree type of ErgoTree.

    Annotations
    @Liftable()
  3. trait AvlTreeVerifier extends AnyRef

    Permalink

    Represents operations of AVL tree verifier in an abstract (implementation independent) way which allows declaration of the AvlTree.createVerifier() method.

  4. trait BigInt extends AnyRef

    Permalink

    All modQ operations assume that Q is a global constant (an order of the only one cryptographically strong group which is used for all cryptographic operations).

    All modQ operations assume that Q is a global constant (an order of the only one cryptographically strong group which is used for all cryptographic operations). So it is globally and implicitly used in all methods.

    Annotations
    @Liftable() @WithMethodCallRecognizers()
  5. trait Box extends AnyRef

    Permalink

    Runtime representation of Ergo boxes used during execution of ErgoTree operations.

    Runtime representation of Ergo boxes used during execution of ErgoTree operations.

    Annotations
    @Liftable() @WithMethodCallRecognizers()
    See also

    org.ergoplatform.ErgoBox

  6. trait Context extends AnyRef

    Permalink

    Runtime representation of Context ErgoTree type.

    Runtime representation of Context ErgoTree type. Represents data available in Sigma language using CONTEXT global variable.

    Annotations
    @Liftable() @WithMethodCallRecognizers()
  7. trait GroupElement extends AnyRef

    Permalink

    Base class for points on elliptic curves.

    Base class for points on elliptic curves.

    Annotations
    @Liftable() @WithMethodCallRecognizers()
  8. trait Header extends AnyRef

    Permalink

    Represents data of the block header available in Sigma propositions.

    Represents data of the block header available in Sigma propositions.

    Annotations
    @Liftable()
    Since

    2.0

  9. trait PreHeader extends AnyRef

    Permalink

    Only header fields that can be predicted by a miner.

    Only header fields that can be predicted by a miner.

    Annotations
    @Liftable()
    Since

    2.0

  10. trait SigmaContract extends AnyRef

    Permalink
    Annotations
    @Liftable()
  11. trait SigmaDsl extends Base

    Permalink
  12. trait SigmaDslBuilder extends AnyRef

    Permalink

    Runtime representation of SGlobal ErgoTree type.

    Runtime representation of SGlobal ErgoTree type. The only instance of SGlobal type can be referenced as Global variable in ErgoScript. It is represented as org.ergoplatform.Global node of ErgoTree, which evaluates to the default singleton instance of this interface.

    CostingSigmaDslBuilder object serves as the default singleton instance of Global object, which implements global ErgoTree functions.

    Annotations
    @Liftable() @WithMethodCallRecognizers()
    See also

    SGlobal.WrappedType, CostingSigmaDslBuilder

  13. trait SigmaDslModule extends Scalan with SigmaDslDefs

    Permalink
  14. trait SigmaProp extends AnyRef

    Permalink

    Proposition which can be proven and verified by sigma protocol.

    Proposition which can be proven and verified by sigma protocol.

    Annotations
    @Liftable() @WithMethodCallRecognizers()

Value Members

  1. implicit val AnyValueRType: RType[AnyValue]

    Permalink
  2. implicit val AvlTreeRType: RType[AvlTree]

    Permalink
  3. implicit val BigIntRType: RType[BigInt]

    Permalink
  4. implicit val BigIntegerRType: RType[BigInteger]

    Permalink
  5. implicit val BoxRType: RType[Box]

    Permalink
  6. implicit val ContextRType: RType[Context]

    Permalink
  7. implicit val ECPointRType: RType[ECPoint]

    Permalink
  8. implicit val GroupElementRType: RType[GroupElement]

    Permalink
  9. implicit val HeaderRType: RType[Header]

    Permalink
  10. implicit val PreHeaderRType: RType[PreHeader]

    Permalink
  11. implicit val SigmaContractRType: RType[SigmaContract]

    Permalink
  12. implicit val SigmaDslBuilderRType: RType[SigmaDslBuilder]

    Permalink
  13. implicit val SigmaPropRType: RType[SigmaProp]

    Permalink
  14. package impl

    Permalink
  15. package wrappers

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped