15 lines
408 B
TypeScript
15 lines
408 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 program instruction discriminator summaries.
|
|
*/
|
|
export type DemoPipeline2ProgramInstructionDiscriminatorSummaryRequest = {
|
|
/**
|
|
* Program id to inspect.
|
|
*/
|
|
programId: string,
|
|
/**
|
|
* Maximum number of instruction rows to inspect before grouping.
|
|
*/
|
|
limit: number, };
|