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

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i omnichest

    Weekly Downloads

    4

    Version

    1.1.0

    License

    Apache License

    Last publish

    Collaborators

    • sgsshankar