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! |