NftCollectionFragment: {
    baseUri: string | null;
    contract: NetworkAddressFragment;
    contractType: NftContractType;
    name: string;
    symbol: string;
    verified: boolean;
}

Type declaration