File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 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'
1212export 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}
You can’t perform that action at this time.
0 commit comments