Github
Preparing search index...
The search index is not available
Documentation
Documentation
@web3-storage/access
unknown
ComposedDecoder
Class ComposedDecoder<Prefix>
Implements
Implements
Type Parameters
Prefix
extends
string
Hierarchy
ComposedDecoder
Implements
MultibaseDecoder
<
Prefix
>
CombobaseDecoder
<
Prefix
>
Index
Constructors
constructor
Properties
decoders
Methods
decode
or
Constructors
constructor
new
Composed
Decoder
<
Prefix
>
(
decoders
)
:
ComposedDecoder
<
Prefix
>
Type Parameters
Prefix
extends
string
Parameters
decoders
:
Decoders
<
Prefix
>
Returns
ComposedDecoder
<
Prefix
>
Properties
decoders
decoders
:
Decoders
<
Prefix
>
Methods
decode
decode
(
input
)
:
Uint8Array
Parameters
input
:
string
Returns
Uint8Array
or
or
<
OtherPrefix
>
(
decoder
)
:
ComposedDecoder
<
Prefix
|
OtherPrefix
>
Type Parameters
OtherPrefix
extends
string
Parameters
decoder
:
UnibaseDecoder
<
OtherPrefix
>
|
ComposedDecoder
<
OtherPrefix
>
Returns
ComposedDecoder
<
Prefix
|
OtherPrefix
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
decoders
decode
or
Documentation
@web3-storage/access
@web3-storage/capabilities
@web3-storage/upload-client
@web3-storage/filecoin-client
@web3-storage/w3up-client
Generated using
TypeDoc
Implements
Implements