Open kamescg opened 5 years ago
Create 1 blockchain getter component in src/components/token
src/components/token
The query needs to read from the ERC20Certificate isCertificateDelegate function.
isCertificateDelegate
function isCertificateDelegate(bytes32 _certificateID, address _delegate) external view returns (bool) { return certificateTypes[_certificateID].delegates[_delegate]; }
ERC20Certificate
ethers-react-system
Create 1 blockchain getter component in
src/components/token
The query needs to read from the ERC20Certificate
isCertificateDelegate
function.Component(s) Logic
ERC20Certificate
contract.ethers-react-system
dispatched read request.