ContractWithMetadata
type ContractWithMetadata = { chainId: number; contractType: () => Promise<ContractType>; extensions: () => Promise<Array<string>>; metadata: () => Promise<{ image?: string; name: string }>;};
type chainId = number;
type ContractWithMetadata = { chainId: number; contractType: () => Promise<ContractType>; extensions: () => Promise<Array<string>>; metadata: () => Promise<{ image?: string; name: string }>;};
type chainId = number;