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 asmainnetandtestnet.
URL Example
ur:crypto-coin-info/xxxxxLast updated
Was this helpful?