@reservoir0x/relay-kit-ui
Version:
Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.
5 lines • 311 B
TypeScript
import type { AdaptedWallet } from '@reservoir0x/relay-sdk';
import type { Address } from 'viem';
import type { LinkedWallet } from '../types/index.js';
export default function (wallet?: AdaptedWallet, linkedWallets?: LinkedWallet[]): string | Address | undefined;
//# sourceMappingURL=useWalletAddress.d.ts.map