Extensions

object Extensions
class Object
trait Matchable
class Any

Extensions

Extensions

extension (bs: Array[Byte])
def toAddress: Either[Exception, Address]
def toHex: Either[Exception, String]
extension (s: String)
def toAddress: Either[Exception, Address]
def toBytes: Either[Exception, Array[Byte]]