be-api-client
Advanced tools
Comparing version 0.0.46 to 0.0.47
@@ -261,5 +261,9 @@ const rp = require('request-promise-native') | ||
} | ||
return await doPost(`/tokens/${contractId}/tokenize`, form) | ||
return await doPost('/tokens/${contractId}/tokenize', form) | ||
} | ||
async function getQuoteRate(contractId){ | ||
return await doGet('/marketMaker/'+contractId+'/quoteRate') | ||
} | ||
async function addInstruction(country, legalEntity, currency, account, amountRequestedToTokenize, requestedBy){ | ||
@@ -362,2 +366,3 @@ const form = { | ||
tokenize, | ||
getQuoteRate, | ||
addInstruction, | ||
@@ -364,0 +369,0 @@ getInstructions, |
{ | ||
"name": "be-api-client", | ||
"version": "0.0.46", | ||
"version": "0.0.47", | ||
"description": "A node.js client for the be-api.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
10293
335