@reservoir0x/relay-kit-ui
Version:
Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.
9 lines • 413 B
TypeScript
import type { Token } from '../types/index.js';
import { type RelayChain } from '@reservoir0x/relay-sdk';
declare const _default: (chain?: RelayChain, fromChain?: RelayChain, token?: Token, address?: string, balanceThresholdUsd?: string, topUpAmountUsd?: string) => {
required: boolean;
amount?: bigint;
amountUsd?: string;
};
export default _default;
//# sourceMappingURL=useGasTopUpRequired.d.ts.map