class Address : DelegatingBytes
(source)
An Ethereum account address.
fromBytes |
Create an address from Bytes. static fun fromBytes(bytes: Bytes!): Address! |
fromHexString |
Parse a hexadecimal string into a 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! |