CDP Frontend SDK
Preparing search index...
@coinbase/cdp-hooks
UseWaitForUserOperationParameters
Type Alias UseWaitForUserOperationParameters
Represents the parameters for the
useWaitForUserOperation
hook.
type
UseWaitForUserOperationParameters
=
{
userOperationHash
?:
Hex
;
evmSmartAccount
?:
EvmAddress
;
network
?:
SendEvmTransactionWithEndUserAccountBodyNetwork
;
enabled
?:
boolean
;
}
Index
Properties
user
Operation
Hash?
evm
Smart
Account?
network?
enabled?
Properties
Optional
user
Operation
Hash
userOperationHash
?:
Hex
Optional
evm
Smart
Account
evmSmartAccount
?:
EvmAddress
Optional
network
network
?:
SendEvmTransactionWithEndUserAccountBodyNetwork
Optional
enabled
enabled
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
user
Operation
Hash
evm
Smart
Account
network
enabled
CDP Frontend SDK
Loading...
Represents the parameters for the
useWaitForUserOperation
hook.