Overview
Methods
Method | Description | Standard |
---|---|---|
eth_accounts | Returns an array of all connected Account addresses. | EIP-1474 |
eth_requestAccounts | Requests access to Account addresses. | |
eth_sendTransaction | Broadcasts a transaction to the network. | EIP-1474 |
eth_signTypedData_v4 | Signs EIP-712 typed data. | EIP-712 |
personal_sign | Signs an EIP-191 personal message. | EIP-191 |
wallet_connect | Requests to connect account(s) with optional capabilities. | ERC-7846 |
wallet_disconnect | Disconnects the Application from Porto. | ERC-7846 |
wallet_getCapabilities | Gets supported capabilities of Porto.. | ERC-5792 |
wallet_getCallsStatus | Gets the status of a call bundle. | ERC-5792 |
wallet_getPermissions | Returns the active permissions for an account. | Experimental |
wallet_grantPermissions | Grants permissions for an Application to perform actions on behalf of the account. | Experimental |
wallet_revokePermissions | Revokes a permission. | Experimental |
wallet_prepareCalls | Prepares a call bundle. | ERC-7836 |
wallet_sendCalls | Broadcast a bundle of calls to the network. | ERC-5792 |
wallet_sendPreparedCalls | Executes a signed and prepared call bundle. | ERC-7836 |