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

Function dynItemVec

  • dynItemVec<Encodable, Decoded>(itemCodec): Codec<Encodable[], Decoded[]>
  • Vector with dynamic size item codec, you can create a recursive vector with this function

    Type Parameters

    • Encodable
    • Decoded

    Parameters

    • itemCodec: CodecLike<Encodable, Decoded>

      the vector item codec. It can be fixed-size or dynamic-size.

    Returns Codec<Encodable[], Decoded[]>

    • Defined in molecule/codec.ts:174

Settings

Member Visibility
GitHubAppDocsPlayground
CCC Docs
  • Loading...

Generated using TypeDoc