BC-DCBOR TypeScript Library - v1.0.0-alpha.13
Preparing search index...
decodeVarInt
Function decodeVarInt
decodeVarInt
(
data
:
Uint8Array
,
)
:
{
majorType
:
MajorType
;
value
:
CborNumber
;
offset
:
number
}
Parameters
data
:
Uint8Array
Returns
{
majorType
:
MajorType
;
value
:
CborNumber
;
offset
:
number
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
BC-DCBOR TypeScript Library - v1.0.0-alpha.13
Loading...