From 803e074b8fbaf422138b7d0f1f9b9044e735908d Mon Sep 17 00:00:00 2001 From: Lecky Lao Date: Sun, 19 Jul 2020 00:24:35 +1000 Subject: [PATCH] Update README.md adding setId() and getId() into requirement --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 272aaba..d1e615a 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ Be sure to comply with the requirements while building connectors for better com - Use `getEthAddr()` to denote Ethereum (non-ERC20). - Use `address(this)` instead of `msg.sender` for fetching balance on-chain, etc. - Only `approve()` limited amount while giving ERC20 allowance, which strictly needs to be 0 by the end of the spell. +- Use `getId()` for getting value that saved from previous spell. +- Use `setId()` for setting value to save for the future spell.