interface PreviousHashStoreSchemaV1 {
    "previous-hash": { key: string; value: string };
    [s: string]: DBSchemaValue;
}

Hierarchy

  • DBSchema
    • PreviousHashStoreSchemaV1

Indexable

  • [s: string]: DBSchemaValue

Properties

Properties

"previous-hash": { key: string; value: string }