nooschain / payload-backfill/backfill-types / RemotePayloadResponse
Interface: RemotePayloadResponse
Defined in: payload-backfill/backfill-types.ts:57
Response shape for a single remote payload fetch.
Properties
available
available:
boolean
Defined in: payload-backfill/backfill-types.ts:65
Whether the peer could provide ciphertext for the record.
encryptedPayload
encryptedPayload:
string|null
Defined in: payload-backfill/backfill-types.ts:63
Ciphertext bytes encoded as a string, or null when unavailable.
payloadHash
payloadHash:
string
Defined in: payload-backfill/backfill-types.ts:61
Payload hash advertised by the remote peer.
recordId
recordId:
string
Defined in: payload-backfill/backfill-types.ts:59
Encrypted record id requested from the peer.