BC-DCBOR TypeScript Library - v1.0.0-alpha.13
Preparing search index...
getTaggedContent
Function getTaggedContent
getTaggedContent
(
cbor
:
Cbor
,
tag
:
number
|
bigint
)
:
Cbor
|
undefined
Extract content if has specific tag.
Parameters
cbor
:
Cbor
CBOR value
tag
:
number
|
bigint
Expected tag value
Returns
Cbor
|
undefined
Tagged content or undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
BC-DCBOR TypeScript Library - v1.0.0-alpha.13
Loading...
Extract content if has specific tag.