Add entry about newly exposed method
This commit is contained in:
@@ -6,6 +6,10 @@
|
|||||||
"note":
|
"note":
|
||||||
"Rename `getBlockAsync` to `getBlockIfExistsAsync` and rather then throw if the requested block wasn't found, return undefined.",
|
"Rename `getBlockAsync` to `getBlockIfExistsAsync` and rather then throw if the requested block wasn't found, return undefined.",
|
||||||
"pr": 1082
|
"pr": 1082
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Expose `sendRawPayloadAsync` so one can easily extend `Web3Wrapper` with their own custom JSON RPC calls",
|
||||||
|
"pr": 1080
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user