@gardenfi/orderbook 0.2.0-beta.39 → 0.2.0-beta.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -138,7 +138,7 @@ export type AdditionalData = {
|
|
|
138
138
|
sig: string;
|
|
139
139
|
input_token_price: number;
|
|
140
140
|
output_token_price: number;
|
|
141
|
-
deadline:
|
|
141
|
+
deadline: number;
|
|
142
142
|
bitcoin_optional_recipient?: string;
|
|
143
143
|
[key: string]: any;
|
|
144
144
|
};
|
|
@@ -194,6 +194,7 @@ export type Swap = {
|
|
|
194
194
|
initiate_block_number: string | null;
|
|
195
195
|
redeem_block_number: string | null;
|
|
196
196
|
refund_block_number: string | null;
|
|
197
|
+
required_confirmations: number;
|
|
197
198
|
};
|
|
198
199
|
export type MatchedOrder = {
|
|
199
200
|
created_at: string;
|