Extensions

object Extensions
class Object
trait Matchable
class Any

Extensions

Extensions

extension (bs: Array[Byte])
def toAddress: Either[Exception, Address]
def toBigInt: Option[BigInt]
def toBigUint: Option[BigInt]
def toHex(withPrefix: Boolean): String
extension (i: BigInt)
def toIntByte32: Option[Array[Byte]]
def toUintByte32: Option[Array[Byte]]
extension (s: String)
def toAddress: Either[Exception, Address]
def toBytes: Either[Exception, Array[Byte]]