open class DelegatingBytes48 : DelegatingBytes, Bytes48
(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 48 bytes, but need a different name for business logic.
<init> |
DelegatingBytes48(delegate: Bytes!) |
copy |
open fun copy(): Bytes48! |
mutableCopy |
open fun mutableCopy(): MutableBytes48! |
size |
open fun size(): Int |