import { Chain } from '../../web3utils'; export interface INFTBalance { chain: Chain; address: string; }