@avalabs/bridge-unified
Advanced tools
Comparing version 0.0.0-CP-8544-BTC-bridge-2-20241025140744 to 0.0.0-CP-8544-BTC-bridge-2-20241025170739
@@ -45,3 +45,2 @@ import { Address } from 'viem'; | ||
confirmations: z.ZodNumber; | ||
confirmedTime: z.ZodOptional<z.ZodNumber>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -55,3 +54,2 @@ txHash: string; | ||
txHex?: string | undefined; | ||
confirmedTime?: number | undefined; | ||
}, { | ||
@@ -65,3 +63,2 @@ txHash: string; | ||
txHex?: string | undefined; | ||
confirmedTime?: number | undefined; | ||
}>; | ||
@@ -77,3 +74,2 @@ type BitcoinInputUTXO = typeof BitcoinInputUTXO._output; | ||
confirmations: z.ZodNumber; | ||
confirmedTime: z.ZodOptional<z.ZodNumber>; | ||
}, { | ||
@@ -89,3 +85,2 @@ script: z.ZodOptional<z.ZodString>; | ||
script?: string | undefined; | ||
confirmedTime?: number | undefined; | ||
}, { | ||
@@ -99,3 +94,2 @@ txHash: string; | ||
script?: string | undefined; | ||
confirmedTime?: number | undefined; | ||
}>; | ||
@@ -107,10 +101,10 @@ type BitcoinInputUTXOWithOptionalScript = typeof BitcoinInputUTXOWithOptionalScript._output; | ||
declare const BitcoinOutputUTXO: z.ZodObject<{ | ||
address: z.ZodString; | ||
address: z.ZodOptional<z.ZodString>; | ||
value: z.ZodNumber; | ||
}, "strip", z.ZodTypeAny, { | ||
value: number; | ||
address: string; | ||
address?: string | undefined; | ||
}, { | ||
value: number; | ||
address: string; | ||
address?: string | undefined; | ||
}>; | ||
@@ -117,0 +111,0 @@ type BitcoinOutputUTXO = typeof BitcoinOutputUTXO._output; |
{ | ||
"name": "@avalabs/bridge-unified", | ||
"license": "Limited Ecosystem License", | ||
"version": "0.0.0-CP-8544-BTC-bridge-2-20241025140744", | ||
"version": "0.0.0-CP-8544-BTC-bridge-2-20241025170739", | ||
"main": "dist/index.cjs", | ||
@@ -6,0 +6,0 @@ "module": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1109846
1266