This commit is contained in:
2026-05-19 11:14:20 +02:00
parent 3f6d2e9f7f
commit 3da01156a0
22 changed files with 1137 additions and 308 deletions

View File

@@ -0,0 +1,46 @@
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
/**
* Local pool-origin diagnostic sample for the UI.
*/
export type DemoPipeline2LocalPoolOriginDiagnosticSample = {
/**
* Pool-origin id.
*/
poolOriginId: number,
/**
* Effective DEX code attached to the pool.
*/
dexCode: string,
/**
* Pool id.
*/
poolId: number,
/**
* Pool address.
*/
poolAddress: string,
/**
* Optional pair id.
*/
pairId: number | null,
/**
* Optional pair symbol.
*/
pairSymbol: string | null,
/**
* Optional launch surface code.
*/
launchSurfaceCode: string | null,
/**
* Founding transaction signature.
*/
foundingSignature: string,
/**
* Founding effective protocol.
*/
foundingProtocolName: string,
/**
* Founding decoded event kind.
*/
foundingEventKind: string, };