From 2dda732ab9ce17e19693495647048f7b62de6aaf Mon Sep 17 00:00:00 2001 From: DiscRiskandBisque Date: Sat, 4 Aug 2018 17:00:00 -0400 Subject: [PATCH] Add sendArgs to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1363c0a..f3fbf5d 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,6 @@ This component wraps your entire app (but within the DrizzleProvider) and will s `method` (string, required) Method whose inputs will be used to create corresponding form fields. +`sendArgs` (object) An object specifying options for the transaction to be sent; namely: `from`, `gasPrice`, `gas` and `value`. Further explanataion of these parameters can be found [here in the web3 documentation](https://web3js.readthedocs.io/en/1.0/web3-eth-contract.html#id19). + `labels` (array) Custom labels; will follow ABI input ordering. Useful for friendlier names. For example "_to" becoming "Recipient Address".