Interface TokenSupplyDto

interface TokenSupplyDto {
    blockNumber: number;
    contractAddress: string;
    totalSupply: string;
}

Properties

blockNumber: number
contractAddress: string
totalSupply: string