Skip to content

verifactu-sdk API


verifactu-sdk API / HashStoreEntry

Interface: HashStoreEntry

Defined in: src/store/HashStore.ts:21

Snapshot of the last record on the chain for a given taxpayer.

Properties

invoiceId

readonly invoiceId: InvoiceId

Defined in: src/store/HashStore.ts:23

Identifier triple of the previous record.


hash

readonly hash: string

Defined in: src/store/HashStore.ts:25

64-char uppercase hex SHA-256 hash of the previous record.

Released under the MIT license.