Extensions

object Extensions extends CommonExtensions
trait CommonExtensions
class Object
trait Matchable
class Any

Extensions

Extensions

extension (bs: Array[Byte])
def toBigInt: BigInt
def toBigUint: BigInt
def toHex(withPrefix: Boolean): String
extension (i: BigInt)
def toIntByte32: Array[Byte]
def toUintByte32: Array[Byte]
extension (s: String)
def toBytes: Array[Byte]

Inherited extensions

extension [E <: Throwable, T](i: Either[E, T])
def !: T
Inherited from:
CommonExtensions
extension [T](i: Option[T])
def !: T
Inherited from:
CommonExtensions