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

Util Module

The utility package for SignumJS with loads of convenience methods. If you need to convert amounts, chain time, or deal with deeplinks then this is your wanted module.

Installation

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

The namespace is sig$util

const planckAmount = sig$util.Amount
        .fromSigna(100)
        .getPlanck();

API Reference

Last updated