UNPKG

@wormhole-foundation/sdk-connect

Version:

The core package for the Connect SDK, used in conjunction with 1 or more of the chain packages

10 lines 377 B
export type DestinationCapacityWarning = { type: "DestinationCapacityWarning"; delayDurationSec?: number; }; export type GovernorLimitWarning = { type: "GovernorLimitWarning"; reason: "ExceedsRemainingNotional" | "ExceedsLargeTransferLimit"; }; export type QuoteWarning = DestinationCapacityWarning | GovernorLimitWarning; //# sourceMappingURL=warnings.d.ts.map