File tree Expand file tree Collapse file tree
packages/relayer/src/rpc-relayer Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/* eslint-disable */
2- // sequence-relayer v0.4.1 7f8a4b83b00e0b6849c76c2ff0e23931e26b3d9f
2+ // sequence-relayer v0.4.1 1017f9087b151d697c25a5ad553183682f1279bd
33// --
44// Code generated by Webrpc-gen@v0.31.2 with typescript generator. DO NOT EDIT.
55//
@@ -12,7 +12,7 @@ export const WebrpcVersion = 'v1'
1212export const WebrpcSchemaVersion = 'v0.4.1'
1313
1414// Schema hash generated from your RIDL schema
15- export const WebrpcSchemaHash = '7f8a4b83b00e0b6849c76c2ff0e23931e26b3d9f '
15+ export const WebrpcSchemaHash = '1017f9087b151d697c25a5ad553183682f1279bd '
1616
1717//
1818// Client interface
@@ -162,7 +162,8 @@ export enum ETHTxnStatus {
162162 SUCCEEDED = 'SUCCEEDED' ,
163163 PARTIALLY_FAILED = 'PARTIALLY_FAILED' ,
164164 FAILED = 'FAILED' ,
165- PENDING_PRECONDITION = 'PENDING_PRECONDITION'
165+ PENDING_PRECONDITION = 'PENDING_PRECONDITION' ,
166+ MINED = 'MINED'
166167}
167168
168169export enum TransferType {
You can’t perform that action at this time.
0 commit comments