CCC Docs
    Preparing search index...

    Class ClientCacheAbstract

    The ClientCache class is mainly designed for chained transactions. Consumed & Created cells are "marked" so they can be correctly handled when composing transactions. It also act as cache for rpc requests to reduce cost, but this is optional.

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    • Checks if a block header is considered confirmed. The default implementation compares the header's timestamp against the current time and a configured confirmation time. Override this method for custom confirmation logic.

      Parameters

      Returns boolean