Preparing search index...
The search index is not available
sdk-v2
sdk-v2
@zeitgeistpm/utility
codec
flip
Function flip
flip
<
I
,
O
>
(
codec
:
Codec
<
O
,
I
,
Error
>
)
:
Codec
<
I
,
O
,
Error
>
Flip the encoding decoding of a codec.
Generic
I - type of input
Generic
O - type of output
Type Parameters
I
O
Parameters
codec:
Codec
<
O
,
I
,
Error
>
Returns
Codec
<
I
,
O
,
Error
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
sdk-
v2
@zeitgeistpm/indexer
@zeitgeistpm/rpc
@zeitgeistpm/sdk
@zeitgeistpm/utility
aeither
array
assert
async
btreemap
codec
either
error
function
infinity
null
object
observable
option
pfunc
task
taskeither
time
ztg
@zeitgeistpm/web3.storage
IPFS
Local
Storage
Memory
Codec
Base64
Codec
Json
Codec
codec
compose
flip
Generated using
TypeDoc
Flip the encoding decoding of a codec.
Generic
I - type of input
Generic
O - type of output