For the complete documentation index, see llms.txt. This page is also available as Markdown.

Contracts Module

The Contracts module provides functions and messages to interact with Signum Smart Contracts, i.e. generate method calls and inspect contract data.

Installation

npm i @signumjs/contracts
yarn add @signumjs/contracts
<script src='https://cdn.jsdelivr.net/npm/@signumjs/contracts/dist/signumjs.contracts.min.js'></script>

The namespace is sig$contracts

const view = new sig$contracts.ContractDataView(contract);

API Reference

Last updated