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 full)

Properties

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