Fields
| Field | Type | Description |
|---|---|---|
receiptId | string | Unique identifier for the receipt. |
businessTransactionId | string | The transaction this receipt attests to. |
trustRecordHash | string | Hash of the Execution Trust Record at receipt time. |
receiptHash | string | Hash of the receipt itself. |
issuedAt | Date | When the receipt was issued. |
algorithm | string | The signing algorithm used. |
signature | string | The cryptographic signature. |
Generating a receipt
crypto package. See Architecture → Security Model for the cryptographic guarantees this rests on.