io.github.liewhite.web3.common

Type members

Classlikes

trait ConvertFromScala[-S, +A]
Companion
object
Companion
class

Value members

Concrete methods

def alignLength(length: Int, align: Int): Int
def padAddress(i: ABIAddress): Array[Byte]
def padBytes(bytes: Array[Byte]): Array[Byte]
def padInt(i: BigInt): Array[Byte]
def padLeftZero(bytes: Array[Byte]): Array[Byte]
def padString(str: String): Array[Byte]
def padUint(i: BigInt): Array[Byte]
def unliftEither[T](s: Seq[Either[Exception, T]]): Either[Exception, Seq[T]]