import { client } from '@/client'; import { Long } from '@bnb-chain/greenfield-js-sdk'; import { useState } from 'react'; import { CreateObj } from './createObj'; import { DelObj } from './delObj'; export const FeeGrant = () => { const [account, setAccount] = useState(''); return ( <>