Typeberry by Fluffy Labs - v0.4.0
Preparing search index...
lib
trie
TrieHasher
Type Alias TrieHasher
Hasher used for the trie nodes.
type
TrieHasher
=
{
hashConcat
(
n
:
Uint8Array
,
r
?:
Uint8Array
<
ArrayBufferLike
>
[]
,
)
:
OpaqueHash
&
pvm
.
WithOpaque
<
"trie"
>
;
}
Index
Methods
hash
Concat
Methods
hash
Concat
hashConcat
(
n
:
Uint8Array
,
r
?:
Uint8Array
<
ArrayBufferLike
>
[]
,
)
:
OpaqueHash
&
pvm
.
WithOpaque
<
"trie"
>
Parameters
n
:
Uint8Array
Optional
r
:
Uint8Array
<
ArrayBufferLike
>
[]
Returns
OpaqueHash
&
pvm
.
WithOpaque
<
"trie"
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
hash
Concat
Typeberry by Fluffy Labs - v0.4.0
Loading...
Hasher used for the trie nodes.