CoinTypeConfiguration

CoinTypeConfiguration functions

Functions

Link copied to clipboard
open fun getAccountURL(type: CoinType, accountID: String): String
Returns account url in blockchain explorer
Link copied to clipboard
open fun getDecimals(type: CoinType): Int
Returns max count decimal places for minimal coin unit
Link copied to clipboard
open fun getID(type: CoinType): String
Returns full name of coin in lower case
Link copied to clipboard
open fun getName(type: CoinType): String
Returns full name of coin
Link copied to clipboard
open fun getSymbol(type: CoinType): String
Returns stock symbol of coin
Link copied to clipboard
open fun getTransactionURL(type: CoinType, transactionID: String): String
Returns transaction url in blockchain explorer