Preparing search index...
The search index is not available
Aspect Library Document
Aspect Library Document
proto
JitInherentRequest
Class JitInherentRequest
Hierarchy
JitInherentRequest
Index
Constructors
constructor
Properties
call
Data
call
Gas
Limit
init
Code
nonce
nonce
Key
paymaster
And
Data
sender
verification
Gas
Limit
Methods
decode
encode
Constructors
constructor
new
Jit
Inherent
Request
(
sender
?
,
nonce
?
,
nonceKey
?
,
initCode
?
,
callData
?
,
callGasLimit
?
,
verificationGasLimit
?
,
paymasterAndData
?
)
:
JitInherentRequest
Parameters
sender
:
Uint8Array
= ...
nonce
:
u64
= 0
nonceKey
:
Uint8Array
= ...
initCode
:
Uint8Array
= ...
callData
:
Uint8Array
= ...
callGasLimit
:
u64
= 0
verificationGasLimit
:
u64
= 0
paymasterAndData
:
Uint8Array
= ...
Returns
JitInherentRequest
Properties
call
Data
call
Data
:
Uint8Array
call
Gas
Limit
call
Gas
Limit
:
u64
init
Code
init
Code
:
Uint8Array
nonce
nonce
:
u64
nonce
Key
nonce
Key
:
Uint8Array
paymaster
And
Data
paymaster
And
Data
:
Uint8Array
sender
sender
:
Uint8Array
verification
Gas
Limit
verification
Gas
Limit
:
u64
Methods
Static
decode
decode
(
reader
,
length
)
:
JitInherentRequest
Parameters
reader
:
Reader
length
:
i32
Returns
JitInherentRequest
Static
encode
encode
(
message
,
writer
)
:
void
Parameters
message
:
JitInherentRequest
writer
:
Writer
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
call
Data
call
Gas
Limit
init
Code
nonce
nonce
Key
paymaster
And
Data
sender
verification
Gas
Limit
decode
encode
Aspect Library Document
common
components
proto
types