Skip to content

Commit a62cf4b

Browse files
authored
Add latest relayer.gen.ts (#1004)
1 parent e8f62e5 commit a62cf4b

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

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

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable */
2-
// sequence-relayer v0.4.1 0a2503bc893179ba968b0015d7580aabf6a88dd4
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 = '0a2503bc893179ba968b0015d7580aabf6a88dd4'
15+
export const WebrpcSchemaHash = '43ed1a26ed167b22a0b0827a8725a0df6fbe6ab4'
1616

1717
//
1818
// Client interface
@@ -390,6 +390,14 @@ export interface MetaTxn {
390390
walletAddress: string
391391
contract: string
392392
input: string
393+
authorization?: EIP7702Authorization
394+
}
395+
396+
export interface EIP7702Authorization {
397+
chainId: number
398+
implementation: string
399+
nonce: number
400+
signature: string
393401
}
394402

395403
export interface MetaTxnLog {
@@ -586,6 +594,7 @@ export interface GetMetaTxnReceiptArgs {
586594

587595
export interface GetMetaTxnReceiptReturn {
588596
receipt: MetaTxnReceipt
597+
metaTxnEnqueued: boolean
589598
}
590599

591600
export interface SimulateArgs {
@@ -629,6 +638,7 @@ export interface FeeOptionsArgs {
629638
to: string
630639
data: string
631640
simulate?: boolean
641+
authorization?: EIP7702Authorization
632642
}
633643

634644
export interface FeeOptionsReturn {
@@ -656,6 +666,7 @@ export interface FeeOptionsWithBridgeGasArgs {
656666
data: string
657667
simulate?: boolean
658668
bridgeGas: string
669+
authorization?: EIP7702Authorization
659670
}
660671

661672
export interface FeeOptionsWithBridgeGasReturn {
@@ -696,6 +707,7 @@ export interface RepairSenderReturn {}
696707
export interface GetMetaTransactionsArgs {
697708
projectId: number
698709
page?: Page
710+
includeNonSponsored?: boolean
699711
}
700712

701713
export interface GetMetaTransactionsReturn {

0 commit comments

Comments
 (0)