@lifi/types
Advanced tools
Comparing version 16.0.0 to 16.0.1-beta.0
{ | ||
"name": "@lifi/types", | ||
"description": "Types for the LI.FI stack", | ||
"version": "16.0.0", | ||
"version": "16.0.1-beta.0", | ||
"files": [ | ||
@@ -6,0 +6,0 @@ "src", |
import type { BridgeDefinition } from './bridges.js'; | ||
import type { Chain, ChainId, ChainKey, ChainType } from './chains/index.js'; | ||
import type { ExchangeDefinition } from './exchanges.js'; | ||
import type { Action, LiFiStep, StepToolDetails } from './step.js'; | ||
import type { Action, Estimate, LiFiStep, StepToolDetails } from './step.js'; | ||
import type { Token } from './tokens/index.js'; | ||
@@ -379,4 +379,8 @@ /** | ||
}; | ||
export type StatusStepTransaction = { | ||
estimate: Estimate; | ||
}; | ||
export interface FullStatusData extends StatusData { | ||
transactionId: string; | ||
stepTransaction?: StatusStepTransaction; | ||
sending: ExtendedTransactionInfo; | ||
@@ -383,0 +387,0 @@ receiving: PendingReceivingInfo | ExtendedTransactionInfo; |
import type { BridgeDefinition } from './bridges.js' | ||
import type { Chain, ChainId, ChainKey, ChainType } from './chains/index.js' | ||
import type { ExchangeDefinition } from './exchanges.js' | ||
import type { Action, LiFiStep, StepToolDetails } from './step.js' | ||
import type { Action, Estimate, LiFiStep, StepToolDetails } from './step.js' | ||
import type { Token } from './tokens/index.js' | ||
@@ -520,4 +520,9 @@ | ||
export type StatusStepTransaction = { | ||
estimate: Estimate | ||
} | ||
export interface FullStatusData extends StatusData { | ||
transactionId: string | ||
stepTransaction?: StatusStepTransaction | ||
sending: ExtendedTransactionInfo | ||
@@ -524,0 +529,0 @@ receiving: PendingReceivingInfo | ExtendedTransactionInfo |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
129282
2644
2