cooptypes - v2026.4.30-alpha-1
    Preparing search index...
    interface IProcessDelta {
        block_num: number;
        code: string;
        created_at: string;
        id: string;
        present: boolean;
        primary_key: string;
        scope: string;
        table: string;
        value: unknown;
    }
    Index

    Properties

    block_num: number
    code: string
    created_at: string
    id: string
    present: boolean
    primary_key: string
    scope: string
    table: string
    value: unknown