Overview
All available functions, structs, constants, and other entities available in Acton standard library
Acton provides a collection of functions for writing scripts and tests in Tolk.
The Tolk stdlib is documented in Tolk standard library.
build
Module for building contract code cells.
crypto
Module for cryptographic operations.
config
Module for configuring the emulated blockchain environment.
network
Module for sending messages to a real or emulated blockchain.
scripts
Module for public API to be used in scripts (interacting with real blockchain).
testing
Module for public API to be used in tests (which do NOT interact with real blockchain).
env
Module for accessing environment variables.
ffi
Namespace for host-provided functions implemented via EXTCALL.
fmt
Module for string parsing and formatting.
fs
Module for file system operations.
io
Module for input/output operations.
prompts
Module for user prompts.
assert
Module for assertion functions.
bench
Utilities for measuring and profiling Tolk callbacks in tests.
expect
Module for high-level assertion API.
fuzz
Module for fuzz-testing helpers.
either
Represents a TL-B Either X Y: either X (left) or Y (right).
maybe
Represents an optional value (TL-B Maybe) that may or may not be present. This is similar to the Option type in other programming languages.
array
This module provides additional methods for builtin array type.
big_array
Module defining BigArray<T>
message
Module defining message types.
out_actions
Module defining out actions.
transaction
Module defining transaction types.
Last updated on