@hiero-ledger/sdk
Preparing search index...
index
EvmHookStorageSlot
Class EvmHookStorageSlot
A slot in the storage of a EVM hook.
Hierarchy (
View Summary
)
EvmHookStorageUpdate
EvmHookStorageSlot
Index
Constructors
constructor
Accessors
key
value
Methods
_to
Protobuf
set
Key
set
Value
_from
Protobuf
Constructors
constructor
new
EvmHookStorageSlot
(
props
?:
{
key
?:
Uint8Array
<
ArrayBufferLike
>
;
value
?:
Uint8Array
<
ArrayBufferLike
>
;
}
,
)
:
EvmHookStorageSlot
Parameters
props
:
{
key
?:
Uint8Array
<
ArrayBufferLike
>
;
value
?:
Uint8Array
<
ArrayBufferLike
>
}
= {}
Returns
EvmHookStorageSlot
Accessors
key
get
key
()
:
null
|
Uint8Array
<
ArrayBufferLike
>
Returns
null
|
Uint8Array
<
ArrayBufferLike
>
value
get
value
()
:
null
|
Uint8Array
<
ArrayBufferLike
>
Returns
null
|
Uint8Array
<
ArrayBufferLike
>
Methods
_to
Protobuf
_toProtobuf
()
:
EvmHookStorageUpdate
Returns
EvmHookStorageUpdate
set
Key
setKey
(
key
:
Uint8Array
<
ArrayBufferLike
>
)
:
EvmHookStorageSlot
Parameters
key
:
Uint8Array
<
ArrayBufferLike
>
Returns
EvmHookStorageSlot
set
Value
setValue
(
value
:
Uint8Array
<
ArrayBufferLike
>
)
:
EvmHookStorageSlot
Parameters
value
:
Uint8Array
<
ArrayBufferLike
>
Returns
EvmHookStorageSlot
Static
_from
Protobuf
_fromProtobuf
(
hookStorageSlot
:
IEvmHookStorageUpdate
)
:
EvmHookStorageSlot
Parameters
hookStorageSlot
:
IEvmHookStorageUpdate
Returns
EvmHookStorageSlot
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
key
value
Methods
_to
Protobuf
set
Key
set
Value
_from
Protobuf
@hiero-ledger/sdk
Loading...
A slot in the storage of a EVM hook.