stakingUserProcess
Function Type: internal
Internal wrapper function that calls the base staking process for user operations.
Parameters
Parameter | Type | Description |
---|---|---|
user | address | Address of the user performing the staking operation |
amountOfStaking | uint256 | Amount of staking tokens to stake/unstake |
isStaking | bool | true = Stake, false = Unstake |
priorityFee_EVVM | uint256 | EVVM priority fee |
nonce_EVVM | uint256 | EVVM nonce |
priorityFlag_EVVM | bool | EVVM priority flag |
signature_EVVM | bytes | EVVM signature |
Description
This internal function serves as a wrapper that calls the base staking process specifically for user operations. It handles the routing of user-based staking requests to the appropriate base processing function.
info
This function internally calls stakingBaseProcess with the user address as both the user account and staking account.