T402 API Reference - v2.8.0
Website
Documentation
GitHub
Preparing search index...
mechanisms/evm/src
UserOperationResult
Interface UserOperationResult
Result of submitting a UserOperation
interface
UserOperationResult
{
userOpHash
:
`
0x
${
string
}
`
;
wait
()
:
Promise
<
UserOperationReceipt
>
;
}
Index
Properties
user
Op
Hash
Methods
wait
Properties
user
Op
Hash
userOpHash
:
`
0x
${
string
}
`
UserOperation hash
Methods
wait
wait
()
:
Promise
<
UserOperationReceipt
>
Wait for the operation to be included
Returns
Promise
<
UserOperationReceipt
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
user
Op
Hash
Methods
wait
Website
Documentation
GitHub
T402 API Reference - v2.8.0
Loading...
Result of submitting a UserOperation