open class DelegatingBytes32 : DelegatingBytes, Bytes32
(source)
A class that holds and delegates all operations to its inner bytes field.
This class may be used to create more types that represent 32 bytes, but need a different name for business logic.
<init> |
DelegatingBytes32(delegate: Bytes!) |
copy |
open fun copy(): Bytes32! |
mutableCopy |
open fun mutableCopy(): MutableBytes32! |
size |
open fun size(): Int |
Hash |
An Ethereum hash. class Hash : DelegatingBytes32 |