locuschain-lib-test1
v1.0.13
Published
--- This is a library that includes functions necessary for applying the `Locus Chain` to your service. The following features are included:
Downloads
719
Readme
locuschain-lib
This is a library that includes functions necessary for applying the Locus Chain
to your service. The following features are included:
- Generate or load keys.
- Convert to data types used in Locus Chain.
- Validate transactions.
- Encode data.
Installation
npm i locuschain-lib
Usage
LocusLib.function
(params
)
- function: Function
- params: Parameter
import { LocusLib } from 'locuschain-lib';
const result = await LocusLib.GetLibraryVersions()
console.log(result)
:::tip All functions are asynchronous. Use await before them or use then to receive the result. :::
You can find the list of functions and detailed descriptions in the official Locus Chain documentation.