Skip to content

Commit e37e2be

Browse files
committed
[AUTOMATED] Update: proto/clients/trails-api.gen.ts
1 parent 79464ed commit e37e2be

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

packages/trails-api/src/trails-api.gen.ts

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable */
2-
// trails-api v1.0.0 57e04bf9ac957ab0646258ce21b9b52859e2d8b3
2+
// trails-api v1.0.0 ebcef7106408aa5206a04dd007cb25e18bf014fd
33
// --
44
// Code generated by [email protected] with typescript generator. DO NOT EDIT.
55
//
@@ -12,7 +12,7 @@ export const WebrpcVersion = 'v1'
1212
export const WebrpcSchemaVersion = 'v1.0.0'
1313

1414
// Schema hash generated from your RIDL schema
15-
export const WebrpcSchemaHash = '57e04bf9ac957ab0646258ce21b9b52859e2d8b3'
15+
export const WebrpcSchemaHash = 'ebcef7106408aa5206a04dd007cb25e18bf014fd'
1616

1717
//
1818
// Client interface
@@ -79,8 +79,8 @@ export enum TransactionStatus {
7979
UNKNOWN = 'UNKNOWN',
8080
PENDING = 'PENDING',
8181
RELAYING = 'RELAYING',
82-
AWAITING_RECEIPT = 'AWAITING_RECEIPT',
83-
FINISHED = 'FINISHED',
82+
MINING = 'MINING',
83+
SUCCEEDED = 'SUCCEEDED',
8484
FAILED = 'FAILED'
8585
}
8686

@@ -193,8 +193,6 @@ export interface IntentReceipt {
193193
depositTransactionStatus: TransactionStatus
194194
originTransaction: IntentTransaction
195195
destinationTransaction: IntentTransaction
196-
processedAt?: string
197-
retryCount?: number
198196
updatedAt?: string
199197
createdAt?: string
200198
}

0 commit comments

Comments
 (0)