This commit is contained in:
2026-06-05 14:53:16 +02:00
parent 27e25d5bf4
commit f81e0f3bea
66 changed files with 7655 additions and 214 deletions

View File

@@ -0,0 +1,18 @@
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
/**
* Request payload for batch signature backfill.
*/
export type DemoPipeline2BackfillSignaturesBatchRequest = {
/**
* Transaction signatures to resolve and replay.
*/
signatures: Array<string>,
/**
* Optional HTTP role.
*/
httpRole: string | null,
/**
* Whether the batch should continue after a hard per-signature error.
*/
continueOnError: boolean, };