15 lines
358 B
TypeScript
15 lines
358 B
TypeScript
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
|
|
|
/**
|
|
* Request payload for single-signature backfill.
|
|
*/
|
|
export type DemoPipeline2BackfillSignatureRequest = {
|
|
/**
|
|
* Transaction signature to resolve and replay.
|
|
*/
|
|
signature: string,
|
|
/**
|
|
* Optional HTTP role.
|
|
*/
|
|
httpRole: string | null, };
|