Type Alias DecodedTableData

DecodedTableData: { key: any; key_type: string; value: any; value_type: string }

The decoded data for a table, including its key in JSON format.

Type declaration

  • key: any

    Key of table in JSON

  • key_type: string

    Type of key

  • value: any

    Value of table in JSON

  • value_type: string

    Type of value

MMNEPVFCICPMFPCPTTAAATR