View Source API Reference tezex v2.0.0

Modules

A set of functions to check Tezos signed messages, derive a pkh from a pubkey, verify that a public key corresponds to a wallet address (public key hash).

Base58Check encoding/decoding utils

Specific elliptic curve data.

Elliptic Curve Digital Signature Algorithm (ECDSA) implementation to

Pure Elixir implementation of HMAC-DRBG

The supported elliptic curves

Holds point data. Is usually handled internally by the library and serves only as detailed information to the end-user.

Holds private key data.

Holds public key data.

Holds signature data.

Convert Tezos Micheline data from/to binary form for injection into the Tezos blockchain (aka forging/unforging Micheline).

Prepare an operation or an operation group for injection into the Tezos blockchain.

Serialize/deserialize data to/from Tezos Micheline optimized binary representation.

Send transactions to the Tezos network.

A Zarith number is an integer encoded as a variable length sequence of bytes.