codec property

int codec
final

The multicodec code indicating the format of the content referenced by the CID.

For example, 0x70 for 'dag-pb' or 0x55 for 'raw'. Use the codecName getter to get the string representation.

Implementation

final int codec;