CCC Docs
    Preparing search index...

    Function destroyDidCkb

    • Destroy a DID CKB cell.

      Parameters

      • props: { client: Client; id: BytesLike; tx?: null | TransactionLike }

        The arguments for destroying the cell.

        • client: Client

          The client to communicate with CKB.

        • id: BytesLike

          The Type ID to destroy.

        • Optionaltx?: null | TransactionLike

          The transaction skeleton (optional).

      Returns Promise<{ tx: Transaction; index: number }>