Docs
GitHub
Preparing search index...
The search index is not available
Fuels TS SDK API Documentation
Fuels TS SDK API Documentation
@fuel-ts/transactions
StorageSlotCoder
Class StorageSlotCoder
Hierarchy (
view full
)
StructCoder
<
{
key
:
B256Coder
;
value
:
B256Coder
;
}
>
StorageSlotCoder
Index
Constructors
constructor
Properties
coders
encoded
Length
name
type
Methods
decode
encode
Constructors
constructor
new
Storage
Slot
Coder
(
)
:
StorageSlotCoder
Returns
StorageSlotCoder
Properties
coders
coders
:
{
key
:
B256Coder
;
value
:
B256Coder
;
}
Readonly
encoded
Length
encoded
Length
:
number
name
name
:
string
Readonly
type
type
:
string
Methods
decode
decode
(
data
,
offset
)
:
[
DecodedValueOf
<
{
key
:
B256Coder
;
value
:
B256Coder
;
}
>
,
number
]
Parameters
data
:
Uint8Array
offset
:
number
Returns
[
DecodedValueOf
<
{
key
:
B256Coder
;
value
:
B256Coder
;
}
>
,
number
]
encode
encode
(
value
)
:
Uint8Array
Parameters
value
:
InputValueOf
<
{
key
:
B256Coder
;
value
:
B256Coder
;
}
>
Returns
Uint8Array
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
coders
encoded
Length
name
type
Methods
decode
encode
Docs
GitHub
Fuels TS SDK API Documentation
Loading...