Preparing search index...
The search index is not available
@ton/core
@ton/core
DictionaryKey
Type alias DictionaryKey<K>
Dictionary
Key
<
K
>
:
{
bits
:
number
;
parse
(
src
)
:
K
;
serialize
(
src
)
:
bigint
;
}
Type Parameters
K
extends
DictionaryKeyTypes
Type declaration
bits
:
number
parse
:
function
parse
(
src
)
:
K
Parameters
src
:
bigint
Returns
K
serialize
:
function
serialize
(
src
)
:
bigint
Parameters
src
:
K
Returns
bigint
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@ton/core
Loading...