UNPKG

@gear-js/react-hooks

Version:
7 lines (6 loc) 203 B
import { Balance } from '@polkadot/types/interfaces'; declare function useBalance(address: string | undefined): { balance: Balance | undefined; isBalanceReady: boolean; }; export { useBalance };