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 as- bitcoin = 0.
- Network: Defines the type of network, such as- mainnetand- testnet.
URL Example
ur:crypto-coin-info/xxxxxLast updated
Was this helpful?
