CryptoCoinInfo
The CryptoCoinInfo
class represents cryptocurrency information.
export enum Type {
bitcoin = 0,
ethereum = 60,
}
export enum Network {
mainnet,
testnet,
}
Parameters
Type
: Defines the type of currency, such asbitcoin = 0
.Network
: Defines the type of network, such asmainnet
andtestnet
.
URL Example
ur:crypto-coin-info/xxxxx
Last updated
Was this helpful?