Preparing search index...
The search index is not available
@aeternity/aepp-sdk
@aeternity/aepp-sdk
<internal>
EntryTreesPoi
Interface EntryTreesPoi
interface
EntryTreesPoi
{
deserialize
:
(
value
:
Buffer
)
=>
EntUnpacked
&
{
tag
:
TreesPoi
}
;
recursiveType
:
true
;
serialize
:
(
value
:
|
Uint8Array
|
`
tx_
${
string
}
`
|
(EntParams & { tag: EntryTag.TreesPoi; })
,
)
=>
Buffer
;
}
Index
Properties
deserialize
recursive
Type
serialize
Properties
deserialize
deserialize
:
(
value
:
Buffer
)
=>
EntUnpacked
&
{
tag
:
TreesPoi
}
recursive
Type
recursiveType
:
true
serialize
serialize
:
(
value
:
|
Uint8Array
|
`
tx_
${
string
}
`
|
(EntParams & { tag: EntryTag.TreesPoi; })
,
)
=>
Buffer
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
deserialize
recursive
Type
serialize
@aeternity/aepp-sdk
Loading...