Update Account Status
The updateAccountStatus
is used to update account status and returns transaction receipt.
PermissionWrapper.updateAccountStatus(orgId, account, action, from)
-
orgId
: string - unique id of the organization to which the account belongs -
account
: string - account id -
action
: numberValue Description 1 for suspending the account 2 for activating the suspended account 3 for denylisting (blacklisting) the account -
from
: string - account send transaction
Return transaction receipt