1
1
/* eslint-disable */
2
- // sequence-api v0.4.0 2ed8501905f2d04f0096e9a3ed6cc963d3a4d8dc
2
+ // sequence-api v0.4.0 834d45a136c161d8a1dc6d16010a1aa47f2228a2
3
3
// --
4
4
// Code generated by [email protected] with typescript generator. DO NOT EDIT.
5
5
//
@@ -16,7 +16,7 @@ export const WebRPCVersion = 'v1'
16
16
export const WebRPCSchemaVersion = 'v0.4.0'
17
17
18
18
// Schema hash generated from your RIDL schema
19
- export const WebRPCSchemaHash = '2ed8501905f2d04f0096e9a3ed6cc963d3a4d8dc '
19
+ export const WebRPCSchemaHash = '834d45a136c161d8a1dc6d16010a1aa47f2228a2 '
20
20
21
21
type WebrpcGenVersions = {
22
22
webrpcGenVersion : string
@@ -958,6 +958,7 @@ export interface IntentQuote {
958
958
quoteProvider : string
959
959
quoteProviderRequestId : string
960
960
quoteProviderFeeUsd : string
961
+ apiAttestation ?: string
961
962
}
962
963
963
964
export interface API {
@@ -1836,6 +1837,7 @@ export interface GetIntentCallsPayloadsReturn {
1836
1837
metaTxns : Array < MetaTxn >
1837
1838
trailsFee : TrailsFee
1838
1839
quote : IntentQuote
1840
+ feeQuote ?: string
1839
1841
originIntentAddress : string
1840
1842
destinationIntentAddress : string
1841
1843
}
@@ -3213,6 +3215,7 @@ export class API implements API {
3213
3215
metaTxns : < Array < MetaTxn > > _data . metaTxns ,
3214
3216
trailsFee : < TrailsFee > _data . trailsFee ,
3215
3217
quote : < IntentQuote > _data . quote ,
3218
+ feeQuote : < string > _data . feeQuote ,
3216
3219
originIntentAddress : < string > _data . originIntentAddress ,
3217
3220
destinationIntentAddress : < string > _data . destinationIntentAddress
3218
3221
}
0 commit comments