TokenContract type
This feature is currently in beta and may change based on feedback that we receive.
The possible Token contract types.
Example
const { contract } = useContract(<ContractAddress>);
Signature:
export type TokenContract = TokenDrop | Token | SmartContract | null;