tuweni / org.apache.tuweni.eth / Address

Address

class Address : DelegatingBytes (source)

An Ethereum account address.

Functions

fromBytes

Create an address from Bytes.

static fun fromBytes(bytes: Bytes!): Address!

fromHexString

Parse a hexadecimal string into a Address.

static fun fromHexString(str: String!): Address!

fromPublicKey

Transform a public key into an Ethereum address.

static fun fromPublicKey(publicKey: PublicKey!): Address!

fromPublicKeyBytes

Transform a public key into an Ethereum address.

static fun fromPublicKeyBytes(bytes: Bytes!): Address!