0.7.40
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
||||
import type { Demo3OnchainDexDiscoveryResult } from "./Demo3OnchainDexDiscoveryResult";
|
||||
|
||||
/**
|
||||
* Response payload returned by Demo3 on-chain DEX discovery.
|
||||
*/
|
||||
export type Demo3OnchainDexDiscoveryPayload = {
|
||||
/**
|
||||
* HTTP role used by the request.
|
||||
*/
|
||||
httpRole: string,
|
||||
/**
|
||||
* Pretty JSON representation of the discovery result.
|
||||
*/
|
||||
resultJson: string,
|
||||
/**
|
||||
* Structured discovery result.
|
||||
*/
|
||||
result: Demo3OnchainDexDiscoveryResult, };
|
||||
Reference in New Issue
Block a user