GitHubAppDocsPlayground
  • Preparing search index...
  • The search index is not available
CCC Docs
  • CCC Docs
  • @ckb-ccc core
  • index
  • ccc
  • mol
  • table

Function table

  • table<T, Encodable, Decoded>(codecLayout): Codec<Encodable, Decoded>
  • Table is a dynamic-size type. It can be considered as a dynvec but the length is fixed.

    Type Parameters

    • T extends Record<string, CodecLike<any, any>>
    • Encodable extends EncodableRecord<T>
    • Decoded extends DecodedRecord<T>

    Parameters

    • codecLayout: T

    Returns Codec<Encodable, Decoded>

    • Defined in molecule/codec.ts:356

Settings

Member Visibility
GitHubAppDocsPlayground
CCC Docs
  • Loading...

Generated using TypeDoc