Preparing search index...
The search index is not available
@biconomy/account
@biconomy/account
UserOperationStruct
Interface UserOperationStruct
interface
UserOperationStruct
{
callData
:
BytesLike
;
callGasLimit
?:
BigNumberish
;
initCode
:
BytesLike
;
maxFeePerGas
?:
BigNumberish
;
maxPriorityFeePerGas
?:
BigNumberish
;
nonce
:
BigNumberish
;
paymasterAndData
:
BytesLike
;
preVerificationGas
?:
BigNumberish
;
sender
:
string
;
signature
:
BytesLike
;
verificationGasLimit
?:
BigNumberish
;
}
Index
Properties
call
Data
call
Gas
Limit?
init
Code
max
Fee
Per
Gas?
max
Priority
Fee
Per
Gas?
nonce
paymaster
And
Data
pre
Verification
Gas?
sender
signature
verification
Gas
Limit?
Properties
call
Data
call
Data
:
BytesLike
Optional
call
Gas
Limit
call
Gas
Limit
?:
BigNumberish
init
Code
init
Code
:
BytesLike
Optional
max
Fee
Per
Gas
max
Fee
Per
Gas
?:
BigNumberish
Optional
max
Priority
Fee
Per
Gas
max
Priority
Fee
Per
Gas
?:
BigNumberish
nonce
nonce
:
BigNumberish
paymaster
And
Data
paymaster
And
Data
:
BytesLike
Optional
pre
Verification
Gas
pre
Verification
Gas
?:
BigNumberish
sender
sender
:
string
signature
signature
:
BytesLike
Optional
verification
Gas
Limit
verification
Gas
Limit
?:
BigNumberish
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
call
Data
call
Gas
Limit
init
Code
max
Fee
Per
Gas
max
Priority
Fee
Per
Gas
nonce
paymaster
And
Data
pre
Verification
Gas
sender
signature
verification
Gas
Limit
@biconomy/account
Loading...