Skip to content

Commit ea8a064

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

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

1717
//
1818
// Client interface
@@ -81,6 +81,7 @@ export enum TransactionStatus {
8181
UNKNOWN = 'UNKNOWN',
8282
PENDING = 'PENDING',
8383
RELAYING = 'RELAYING',
84+
RELAYED = 'RELAYED',
8485
MINING = 'MINING',
8586
SUCCEEDED = 'SUCCEEDED',
8687
FAILED = 'FAILED'

0 commit comments

Comments
 (0)