forked from MetaMask/metamask-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ MetaMask uses the `ethereum.sendAsync()` API to wrap an RPC API which is based o | |
|
||
This document is a cross-post of [EIP 1474](https://github.com/ethereum/EIPs/pull/1474/), which aims to standardize the declaration of this interface. | ||
|
||
--- | ||
``` | ||
eip: 1474 | ||
title: Remote procedure call specification | ||
author: Paul Bouchon <[email protected]> | ||
|
@@ -13,7 +13,7 @@ status: Draft | |
type: Standards Track | ||
category: Interface | ||
created: 2018-10-02 | ||
--- | ||
``` | ||
|
||
## Simple Summary | ||
|
||
|