omnichest

1.1.0 • Public • Published

shapeshiftio-node

nodejs API for omnichest

Installation

npm install omnichest

Instance

var omnichest = require('omnichest');

Usage

omnichest.method(<args>).then(function(response) {
        //Results here
    });

Methods

Refer to the Omnichest API to know about each output and explanation

getAvailableBalance(propertyId,address)
getReservedBalance(propertyId,address)
getPropertyName(propertyId)
getTransactionValidity(txId)
getTotalTokens(propertyId)
getTotalTokensTime(propertyId)
getTotalTransactions()
getTotalTransactionsTime()

Development

Feel free to fork from omnichest-node

Issues

https://github.com/sgsshankar/omnichest-node/issues

Package Sidebar

Install

npm i omnichest

Weekly Downloads

8

Version

1.1.0

License

Apache License

Last publish

Collaborators

  • sgsshankar