0.7.43-E5C

This commit is contained in:
2026-05-27 11:28:36 +02:00
parent 69c8f6c957
commit d9558a5c16
28 changed files with 4451 additions and 325 deletions

View File

@@ -0,0 +1,26 @@
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
/**
* Rejected on-chain discovery candidate summary.
*/
export type Demo3OnchainDexRejectedCandidateSummary = {
/**
* Candidate kind rejected by target filtering.
*/
candidateKind: string,
/**
* Optional instruction data prefix.
*/
instructionDataPrefix: string | null,
/**
* Optional instruction name.
*/
instructionName: string | null,
/**
* Rejection reason.
*/
rejectionReason: string,
/**
* Count of matching rejected candidates.
*/
count: number, };