import { LedgerHash } from './ledger-hash'; export type DropData = { /** * Hash of the parent record. This property is set * when the record is deleted in order to maintain * an explicit and signed chain of changes. This * value should be equal the hash of the current * record. **/ parent?: LedgerHash; };