Files
khadhroony-bobobot/kb_app/frontend/ts/bindings/KbDemoPipeline2BackfillPoolRequest.ts
2026-05-02 11:27:10 +02:00

19 lines
410 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 pool backfill.
*/
export type KbDemoPipeline2BackfillPoolRequest = {
/**
* Pool address to backfill.
*/
poolAddress: string,
/**
* Optional HTTP role.
*/
httpRole: string | null,
/**
* Limit for signatures fetched from the pool.
*/
poolSignatureLimit: number, };