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 mainnet and testnet.

URL Example

ur:crypto-coin-info/xxxxx

Last updated