11/* eslint-disable */
2- // trails-api v1.0.0 ebcef7106408aa5206a04dd007cb25e18bf014fd
2+ // trails-api v1.0.0 04e3b566a4664b522b5144d2c88002fd77dbb760
33// --
44// Code generated by [email protected] with typescript generator. DO NOT EDIT. 55//
@@ -12,7 +12,7 @@ export const WebrpcVersion = 'v1'
1212export const WebrpcSchemaVersion = 'v1.0.0'
1313
1414// Schema hash generated from your RIDL schema
15- export const WebrpcSchemaHash = 'ebcef7106408aa5206a04dd007cb25e18bf014fd '
15+ export const WebrpcSchemaHash = '04e3b566a4664b522b5144d2c88002fd77dbb760 '
1616
1717//
1818// Client interface
@@ -267,6 +267,10 @@ export interface MetaTxnFeeDetails {
267267 feeNative : bigint
268268}
269269
270+ export interface IntentSummary {
271+ intentId : string
272+ }
273+
270274export interface TokenPrice {
271275 token : Token
272276 price ?: Price
@@ -446,7 +450,7 @@ export interface GetIntentTransactionHistoryRequest {
446450}
447451
448452export interface GetIntentTransactionHistoryResponse {
449- transactions : Array < IntentTransaction >
453+ intents : Array < IntentSummary >
450454 nextPage ?: Page
451455}
452456
@@ -803,7 +807,6 @@ const BIG_INT_FIELDS: { [typ: string]: (string | [string, string])[] } = {
803807 GetIntentGasFeeOptionsRequest : [ [ 'params' , 'GetIntentEntrypointDepositFeeOptionsParams' ] ] ,
804808 GetIntentReceiptResponse : [ [ 'intentReceipt' , 'IntentReceipt' ] ] ,
805809 GetIntentResponse : [ [ 'intent' , 'Intent' ] ] ,
806- GetIntentTransactionHistoryResponse : [ [ 'transactions' , 'IntentTransaction[]' ] ] ,
807810 Intent : [
808811 [ 'quoteRequest' , 'QuoteIntentRequest' ] ,
809812 'destinationSalt' ,
0 commit comments