@blockchaincommons/dcbor - v1.0.0-beta.1
Preparing search index...
@blockchaincommons/dcbor
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
@blockchaincommons/dcbor - v1.0.0-beta.1
Loading...