@reservoir0x/relay-kit-ui
Version:
Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.
15 lines • 363 B
TypeScript
import type { RelayChain } from '@reservoir0x/relay-sdk';
export type BridgeFee = {
raw: bigint;
formatted: string;
usd: {
value: number;
formatted: string;
};
name: string;
tooltip: string | null;
type: 'gas' | 'relayer';
currency: RelayChain['currency'];
id: string;
};
//# sourceMappingURL=BridgeFee.d.ts.map