Type alias Terc721CommonFragment
Terc721CommonFragment: {
__typename?: "TERC721";
baseURI: string;
contractURI: string;
id: any;
name: string;
symbol: string;
totalSupply: any;
totalSupplyCap: any;
}
Type declaration
-
Optional
__typename?: "TERC721"
-
baseURI: string
-
contractURI: string
-
id: any
-
name: string
-
symbol: string
-
totalSupply: any
-
totalSupplyCap: any