Skip to content

Commit 87304f9

Browse files
committed
[AUTOMATED] Update: proto/clients/relayer.gen.ts
1 parent 676c0fb commit 87304f9

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

packages/relayer/src/rpc-relayer/relayer.gen.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable */
2-
// sequence-relayer v0.4.1 17923978b5bea530cea7f2517b8c22eea7e51e57
2+
// sequence-relayer v0.4.1 43ed1a26ed167b22a0b0827a8725a0df6fbe6ab4
33
// --
44
// Code generated by Webrpc-gen@v0.32.2 with typescript generator. DO NOT EDIT.
55
//
@@ -12,7 +12,7 @@ export const WebrpcVersion = 'v1'
1212
export const WebrpcSchemaVersion = 'v0.4.1'
1313

1414
// Schema hash generated from your RIDL schema
15-
export const WebrpcSchemaHash = '17923978b5bea530cea7f2517b8c22eea7e51e57'
15+
export const WebrpcSchemaHash = '43ed1a26ed167b22a0b0827a8725a0df6fbe6ab4'
1616

1717
//
1818
// Client interface
@@ -566,6 +566,7 @@ export interface GetMetaTxnReceiptArgs {
566566

567567
export interface GetMetaTxnReceiptReturn {
568568
receipt: MetaTxnReceipt
569+
metaTxnEnqueued: boolean
569570
}
570571

571572
export interface SimulateArgs {
@@ -678,6 +679,7 @@ export interface RepairSenderReturn {}
678679
export interface GetMetaTransactionsArgs {
679680
projectId: number
680681
page?: Page
682+
includeNonSponsored?: boolean
681683
}
682684

683685
export interface GetMetaTransactionsReturn {

0 commit comments

Comments
 (0)