Skip to main content
  • Snap
  • Restricted

snap_manageAccounts

Description

Manage account management Snap accounts. This method is organized into multiple sub-methods which each take their own parameters:

  • createAccount
  • updateAccount
  • deleteAccount
  • listAccounts
  • submitResponse

Parameters

object
required

The account management request object.

method

string
required

The account management method to call.

params

JsonRpcParams

The parameters to pass to the account management method.

Returns

JSON

The result returned by the client. The structure of this result depends on the account management method that was called.

On this page