Packages

object EthChainId

Represents an EIP 155 Chain ID, with its (optional) name

See https://eips.ethereum.org/EIPS/eip-155

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EthChainId
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val EtcMainnet: EthChainId
  2. val EtcTestnet: EthChainId
  3. val Known: List[EthChainId]
  4. val Kovan: EthChainId
  5. val Mainnet: EthChainId
  6. val Rinkeby: EthChainId
  7. val Ropsten: EthChainId
  8. def apply(value: Long, name: Option[String]): EthChainId
  9. def apply(value: Long): EthChainId
  10. def apply(value: UnsignedBigInt, name: Option[String] = None): EthChainId
  11. def extract(v: SignatureWithChainIdV): (SignatureV, EthChainId)
  12. def findKnown(name: String): Option[EthChainId]
  13. def findKnown(value: UnsignedBigInt): Option[EthChainId]