Network

scalus.cardano.address.Network
See theNetwork companion trait
object Network

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Network.type

Members list

Type members

Classlikes

case object Mainnet extends Network

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Network
class Object
trait Matchable
class Any
Show all
Self type
Mainnet.type
case class Other(v: Byte) extends Network

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Network
class Object
trait Matchable
class Any
Show all
case object Testnet extends Network

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Network
class Object
trait Matchable
class Any
Show all
Self type
Testnet.type
object given_Ordering_Network extends Ordering[Network]

Attributes

Supertypes
trait Ordering[Network]
trait PartialOrdering[Network]
trait Equiv[Network]
trait Serializable
trait Comparator[Network]
class Object
trait Matchable
class Any
Show all
Self type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromByte(value: Byte): Network

Create Network from byte value

Create Network from byte value

Attributes