Documentation
Preparing search index...
@adonisjs/hash
src/types
PhcNode
Type Alias PhcNode<Params>
Shape of deserialized phc node
type
PhcNode
<
Params
extends
Record
<
string
,
string
|
number
>
=
Record
<
string
,
string
|
number
>
,
>
=
{
id
:
string
;
salt
:
Buffer
;
hash
:
Buffer
;
version
?:
number
;
params
?:
Params
;
}
Type Parameters
Params
extends
Record
<
string
,
string
|
number
>
=
Record
<
string
,
string
|
number
>
Index
Properties
id
salt
hash
version?
params?
Properties
id
id
:
string
salt
salt
:
Buffer
hash
hash
:
Buffer
Optional
version
version
?:
number
Optional
params
params
?:
Params
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
salt
hash
version
params
Documentation
Loading...
Shape of deserialized phc node