UNPKG

@moveflow/widget

Version:

> ⚠️ **This is a testnet version** of the MoveFlow Checkout Widget. It is intended for development and testing purposes only. Do not use for mainnet payments.

7 lines (6 loc) 251 B
interface CoinAddressStore { coinAddress: `0x${string}`; setCoinAddress: (m: `0x${string}`) => void; } declare const useCoinAddress: import("zustand").UseBoundStore<import("zustand").StoreApi<CoinAddressStore>>; export default useCoinAddress;