class Hash : DelegatingBytes32
(source)
An Ethereum hash.
fromBytes |
Create a Hash from Bytes. static fun fromBytes(bytes: Bytes!): Hash!
Create a Hash from Bytes32. static fun fromBytes(bytes: Bytes32!): Hash! |
fromHexString |
Parse a hexadecimal string into a static fun fromHexString(str: String!): Hash! |
hash |
static fun hash(value: Bytes!): Hash! |