Skip to content

Commit e6c8e50

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable */
2-
// trails-api v1.0.0 f01309b41f30972f5f124ffff33d0a805a73e992
2+
// trails-api v1.0.0 3db4e7de3a5bd5ac465fd949325f7ae87f8f896d
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 = 'f01309b41f30972f5f124ffff33d0a805a73e992'
15+
export const WebrpcSchemaHash = '3db4e7de3a5bd5ac465fd949325f7ae87f8f896d'
1616

1717
//
1818
// Client interface
@@ -179,7 +179,7 @@ export interface IntentReceipt {
179179
ownerAddress: string
180180
originChainId: number
181181
destinationChainId: number
182-
transferTransactionHash?: string
182+
transferTransactionHash: string
183183
transferTransactionStatus: TransactionStatus
184184
originTransaction: IntentTransaction
185185
destinationTransaction: IntentTransaction

0 commit comments

Comments
 (0)