double-up-sdk
v1.0.7
Published
SDK to integrate with doubleup contracts
Downloads
11
Readme
DoubleUp SDK
Example Usage
const dbclient = new DoubleUpClient({});
dbclient.createCoinflip({txb, coinType, betType: 1, stakeCoin});
// Execute block
const test = await dbclient.getTransactionCoinflipGameId(transactionResults, coinType);