Rell System Library

The Rell Standard Library contains the essential building blocks for writing your rell dapp. It contains:

  • Basic data types

  • Cryptographic functions

  • Chain metadata

  • Test library functions

The Rell Standard Library contains the essential building blocks for writing your rell dapp. It contains:

  • Basic data types

  • Cryptographic functions

  • Chain metadata

  • Test library functions

Namespaces

Link copied to clipboard
test

Global namespace containing types and functions accessible without any namespace prefix.

Link copied to clipboard

Blockchain metadata and module arguments.

Link copied to clipboard

Cryptographic functions.

Link copied to clipboard

Functions and properties that are only accessible withing the scope of an operation.

Link copied to clipboard

Meta information about rell types.

Link copied to clipboard
test

The rell.test namespace is only accessible within test modules

Link copied to clipboard
test

Predefined keypairs that can be used for testing.

Link copied to clipboard
test

Predefined private keys that can be used for testing.

Link copied to clipboard
test

Predefined public keys that can be used for testing.