getCoinMetadata

abstract suspend fun getCoinMetadata(type: String): Option<CoinMetadata>

Get the metadata for a coin

Return

An Option of nullable CoinMetadata

Parameters

type

The type of coin to get the metadata for