cooptypes - v2026.4.27-2
    Preparing search index...

    Interface IExtendedTable

    interface IExtendedTable {
        block_id: string;
        block_num: number;
        chain_id: string;
        code: string;
        present: string;
        primary_key: string;
        scope: string;
        table: string;
        value?: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    block_id: string
    block_num: number
    chain_id: string
    code: string
    present: string
    primary_key: string
    scope: string
    table: string
    value?: any