Variable universalAddressItemConst
universalAddressItem: { binary: "bytes"; custom: { from: ((val) => Uint8Array); to: ((val) => UniversalAddress); }; size: 32; } = ...
Type declaration
-
Readonly
binary: "bytes"
-
Readonly
custom: {
from: ((val) => Uint8Array);
to: ((val) => UniversalAddress);
}
-
from: ((val) => Uint8Array)
-
- (val): Uint8Array
-
Returns Uint8Array
-
-
Readonly
size: 32