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 0a2503bc893179ba968b0015d7580aabf6a88dd4
2+ // sequence-relayer v0.4.1 17923978b5bea530cea7f2517b8c22eea7e51e57
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'
1212export const WebrpcSchemaVersion = 'v0.4.1'
1313
1414// Schema hash generated from your RIDL schema
15- export const WebrpcSchemaHash = '0a2503bc893179ba968b0015d7580aabf6a88dd4 '
15+ export const WebrpcSchemaHash = '17923978b5bea530cea7f2517b8c22eea7e51e57 '
1616
1717//
1818// Client interface
@@ -362,6 +362,14 @@ export interface MetaTxn {
362362 walletAddress : string
363363 contract : string
364364 input : string
365+ authorization ?: EIP7702Authorization
366+ }
367+
368+ export interface EIP7702Authorization {
369+ chainId : number
370+ implementation : string
371+ nonce : number
372+ signature : string
365373}
366374
367375export interface MetaTxnLog {
@@ -601,6 +609,7 @@ export interface FeeOptionsArgs {
601609 to : string
602610 data : string
603611 simulate ?: boolean
612+ authorization ?: EIP7702Authorization
604613}
605614
606615export interface FeeOptionsReturn {
@@ -628,6 +637,7 @@ export interface FeeOptionsWithBridgeGasArgs {
628637 data : string
629638 simulate ?: boolean
630639 bridgeGas : string
640+ authorization ?: EIP7702Authorization
631641}
632642
633643export interface FeeOptionsWithBridgeGasReturn {
You can’t perform that action at this time.
0 commit comments