Type Alias ICodec<TDecodedValue, TEncodedValue>

The ICodec contract defines a standard way to encode and decide data.

IMPORT_PATH: "@daiso-tech/core/codec/contracts"

Type Parameters

  • TDecodedValue
  • TEncodedValue