Type alias Terc20CommonFragment
Terc20CommonFragment: {
__typename?: "TERC20";
contractURI: string;
decimals: any;
id: any;
name: string;
symbol: string;
totalSupply: any;
totalSupplyCap: any;
}
Type declaration
-
Optional
__typename?: "TERC20"
-
contractURI: string
-
decimals: any
-
id: any
-
name: string
-
symbol: string
-
totalSupply: any
-
totalSupplyCap: any