getTotalSupply

abstract suspend fun getTotalSupply(type: String): Option<String>

Get the total supply of a coin

Return

An Option of nullable String

Parameters

type

The type of coin to get the total supply for