1.1.0 • Published 8 years ago

omnichest v1.1.0

Weekly downloads
1
License
Apache License
Repository
github
Last release
8 years ago

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