[][src]Crate ergo_lib_wasm

WASM bindings for ergo-lib

Modules

address

Address types

ast

Ergo constant values

box_coll

Box collection types

box_selector

Simple box selection algorithms

contract

Contract, for easier ErgoTree generation

data_input

DataInput type

ergo_box

Box (aka coin, or an unspent output) is a basic concept of a UTXO-based cryptocurrency. In Bitcoin, such an object is associated with some monetary value (arbitrary, but with predefined precision, so we use integer arithmetic to work with the value), and also a guarding script (aka proposition) to protect the box from unauthorized opening.

ergo_state_ctx

Ergo blockchain state (for ErgoTree evaluation)

secret_key

Secret key

token

Token types

transaction

Ergo transaction

tx_builder

Unsigned transaction builder

utils

Utilities

wallet

Wallet-like features