GitHubAppDocsPlayground
  • Preparing search index...
  • The search index is not available
CCC Docs
  • CCC Docs
  • @ckb-ccc spore
  • advanced
  • sporeA
  • unpackToRawClusterData

Function unpackToRawClusterData

  • unpackToRawClusterData(unpackable): ClusterDataView
  • Unpack Hex/Bytes to RawClusterData. Pass an optional "version" field to select a specific unpacking version.

    Parameters

    • unpackable: BytesLike

    Returns ClusterDataView

    • Defined in spore/src/codec/cluster.ts:82
  • unpackToRawClusterData(unpackable, version): ClusterDataV1View
  • Parameters

    • unpackable: BytesLike
    • version: "v1"

    Returns ClusterDataV1View

    • Defined in spore/src/codec/cluster.ts:85
  • unpackToRawClusterData(unpackable, version): ClusterDataV2View
  • Parameters

    • unpackable: BytesLike
    • version: "v2"

    Returns ClusterDataV2View

    • Defined in spore/src/codec/cluster.ts:89

Settings

Member Visibility
GitHubAppDocsPlayground
CCC Docs
  • Loading...

Generated using TypeDoc