Documentation
Preparing search index...
@mysten/walrus
encodeQuilt
Function encodeQuilt
encodeQuilt
(
__namedParameters
:
EncodeQuiltOptions
,
)
:
{
index
:
{
patches
:
(
{
endIndex
:
number
;
identifier
:
string
;
tags
:
Map
<
string
,
string
>
|
Record
<
string
,
string
>
;
}
&
{
startIndex
:
number
}
)
[]
;
}
;
quilt
:
Uint8Array
<
ArrayBuffer
>
;
}
Parameters
__namedParameters
:
EncodeQuiltOptions
Returns
{
index
:
{
patches
:
(
{
endIndex
:
number
;
identifier
:
string
;
tags
:
Map
<
string
,
string
>
|
Record
<
string
,
string
>
;
}
&
{
startIndex
:
number
}
)
[]
;
}
;
quilt
:
Uint8Array
<
ArrayBuffer
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...