- Preparing search index...
- The search index is not available
sdk-v2
Type alias Codec<I, O, E>
Codec
<I, O, E>: { decode
: ((data
: O) => IEither<E, I>); encode
: ((data
: I) => IEither<E, O>); }
Type declaration
-
decode: ((data: O) => IEither<E, I>)
-
encode: ((data: I) => IEither<E, O>)
A encoder and decoder of metadata objects.