Network

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

Network identification for Cardano addresses

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Mainnet
class Other
object Testnet

Members list

Value members

Concrete methods

def isMainnet: Boolean

Check if this is mainnet

Check if this is mainnet

Attributes

def value: Byte

Get the numeric value for this network

Get the numeric value for this network

Attributes