account-mirror-proxy-client
Advanced tools
Comparing version 0.0.3 to 0.0.4
18
index.js
@@ -62,12 +62,12 @@ const rp = require('request-promise-native') | ||
async function getEntityName(){ | ||
return await doGet('/getEntityName') | ||
async function EntityName(){ | ||
return await doGet('/EntityName') | ||
} | ||
async function getCurrency(){ | ||
return await doGet('/getCurrency') | ||
async function Currency(){ | ||
return await doGet('/Currency') | ||
} | ||
async function getCountry(){ | ||
return await doGet('/getCountry') | ||
async function Country(){ | ||
return await doGet('/Country') | ||
} | ||
@@ -100,5 +100,5 @@ | ||
contractAddress, | ||
getEntityName, | ||
getCurrency, | ||
getCountry, | ||
EntityName, | ||
Currency, | ||
Country, | ||
generateSetBalanceTx, | ||
@@ -105,0 +105,0 @@ balanceOf |
{ | ||
"name": "account-mirror-proxy-client", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Account Mirror Proxy Client", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
3696