getCoinMetadata

open suspend override fun getCoinMetadata(type: String): Result<GetCoinMetadataQuery.Data?, SuiError>

Fetches the metadata for a specific coin type.

Metadata may include the coin's name, symbol, description, and number of decimals.

Return

A Result which is either:

Parameters

type

The string representing the coin type for which to fetch metadata.