@microsoft/ccf-app
    Preparing search index...

    Interface HistoricalState

    State associated with a specific historic transaction.

    interface HistoricalState {
        kv: KvMaps;
        receipt: Receipt;
        transactionId: string;
    }
    Index

    Properties

    kv: KvMaps

    An object that provides access to the maps of the Key-Value Store associated with the historic transaction. Fields are map names and values are KvMap objects.

    receipt: Receipt

    The receipt for the historic transaction.

    transactionId: string

    The ID of the transaction, formatted as '.' string.