sbtc-bridge-lib
Advanced tools
Comparing version 1.0.18 to 1.0.19
@@ -9,1 +9,3 @@ import { MAGIC_BYTES_TESTNET, MAGIC_BYTES_MAINNET, PEGIN_OPCODE, PEGOUT_OPCODE, parseDepositPayload, buildDepositPayload, buildWithdrawalPayload, parseWithdrawalPayload, amountToUint8, uint8ToAmount, getDataToSign, getStacksSimpleHashOfDataToSign, getStacksAddressFromSignature, parseSbtcWalletAddress, parseOutputs, readDepositValue, fromStorable, toStorable } from './payload_utils.js'; | ||
export type { PeginRequestI, PeginScriptI, VoutI, PegInData, CommitKeysI, Message, SigData, SbtcContractDataI, AddressValidationI, SbtcBalance, UTXO, payloadType, withdrawalPayloadType, depositPayloadType, KeySet, WrappedPSBT, AddressObject, AddressMempoolObject, AddressHiroObject }; | ||
import type { PoxInfo, StacksInfo, BlockchainInfo } from './types/pox_types.js'; | ||
export type { PoxInfo, StacksInfo, BlockchainInfo }; |
@@ -15,2 +15,3 @@ export type SigData = { | ||
}; | ||
contractOwner: string; | ||
sbtcWalletAddress: string; | ||
@@ -17,0 +18,0 @@ sbtcWalletPublicKey: string; |
{ | ||
"name": "sbtc-bridge-lib", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"description": "Library for sBTC Bridge web client and API apps ", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -103,1 +103,12 @@ import { | ||
} | ||
import type { | ||
PoxInfo, | ||
StacksInfo, | ||
BlockchainInfo | ||
} from './types/pox_types.js' | ||
export type { | ||
PoxInfo, | ||
StacksInfo, | ||
BlockchainInfo | ||
} |
@@ -10,2 +10,3 @@ export type SigData = { | ||
coordinator?: { addr: { value: string }, key:string }; | ||
contractOwner: string; | ||
sbtcWalletAddress: string; | ||
@@ -12,0 +13,0 @@ sbtcWalletPublicKey: string; |
74410
28
1891