rapid-eth / rapid-adventures

Rapid Adventures - Activate Your Life
1 stars 0 forks source link

[Component/Getter] ERC20Certificate - isCertificateDelegate #47

Open kamescg opened 5 years ago

kamescg commented 5 years ago

Create 1 blockchain getter component in src/components/token

The query needs to read from the ERC20Certificate isCertificateDelegate function.

function isCertificateDelegate(bytes32 _certificateID, address _delegate) external view returns (bool) {
  return certificateTypes[_certificateID].delegates[_delegate];
}

Component(s) Logic