@avalabs/bridge-unified
Advanced tools
Comparing version 0.0.0-CP-8544-BTC-bridge-2-20241025172224 to 0.0.0-CP-8544-BTC-bridge-2-20241028154644
import { Address } from 'viem'; | ||
import { z } from 'zod'; | ||
import { Except } from 'type-fest'; | ||
@@ -95,10 +96,10 @@ type Chain = { | ||
declare const BitcoinOutputUTXO: z.ZodObject<{ | ||
address: z.ZodOptional<z.ZodString>; | ||
address: z.ZodString; | ||
value: z.ZodNumber; | ||
}, "strip", z.ZodTypeAny, { | ||
value: number; | ||
address?: string | undefined; | ||
address: string; | ||
}, { | ||
value: number; | ||
address?: string | undefined; | ||
address: string; | ||
}>; | ||
@@ -289,3 +290,3 @@ type BitcoinOutputUTXO = typeof BitcoinOutputUTXO._output; | ||
}; | ||
type GasEstimationParams = Omit<TransferParams, 'onStepChange'>; | ||
type GasEstimationParams = Except<TransferParams, 'onStepChange' | 'toAddress'>; | ||
type TrackingParams = { | ||
@@ -292,0 +293,0 @@ bridgeTransfer: BridgeTransfer; |
{ | ||
"name": "@avalabs/bridge-unified", | ||
"license": "Limited Ecosystem License", | ||
"version": "0.0.0-CP-8544-BTC-bridge-2-20241025172224", | ||
"version": "0.0.0-CP-8544-BTC-bridge-2-20241028154644", | ||
"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
1106806
1266