sbtc-bridge-lib
Advanced tools
Comparing version 1.0.78 to 1.0.79
@@ -79,2 +79,3 @@ export type SbtcMiniContractsI = { | ||
updated: number; | ||
tries: number; | ||
mode: string; | ||
@@ -81,0 +82,0 @@ requestType: string; |
{ | ||
"name": "sbtc-bridge-lib", | ||
"version": "1.0.78", | ||
"version": "1.0.79", | ||
"description": "Library for sBTC Bridge web client and API apps ", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -70,3 +70,4 @@ export type SbtcMiniContractsI = { | ||
updated: number; | ||
mode: string, | ||
tries?: number; | ||
mode: string; | ||
requestType:string; | ||
@@ -73,0 +74,0 @@ btcTxid?: string; |
@@ -5,5 +5,14 @@ import type { BridgeTransactionType } from '../src/index'; | ||
_id: ("6463863acdc2ba2dc1c6786d"), | ||
fromBtcAddress: 'tb1psz58gxdxfdyqzur04r2vmgyau7mz5xmg52ns7hg8df7dpu0mlc3sz0wtkj', | ||
network: 'testnet', | ||
created: new Date().getTime(), | ||
updated: new Date().getTime(), | ||
uiPayload: { | ||
amountSats: 1000, | ||
principal: 'ST29N24XJPW2WRVF6S2JWBC3TJBGBA5EXPSC03Y0G', | ||
bitcoinAddress: 'tb1qxj5tpfsz836fyh5c3gfu2t9spjpzf924etnrsp', | ||
reclaimPublicKey: 'tb1qxj5tpfsz836fyh5c3gfu2t9spjpzf924etnrsp', | ||
userPaymentPubKey: 'tb1qxj5tpfsz836fyh5c3gfu2t9spjpzf924etnrsp', | ||
sbtcWalletPublicKey: 'tb1p4m8lyp5m3tjfwq2288429rk7sxnp5xjqslxkvatkujtsr8kkxlgqu9r4cd', | ||
}, | ||
status: 2, | ||
amount: 1000, | ||
tries: 1, | ||
@@ -10,0 +19,0 @@ mode: 'op_drop', |
186391
4396