rapid-eth / rapid-adventures

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

[Component/Getter] ERC20Certificate - condenseCertificateIDs #49

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 condenseCertificateIDs function.

function condenseCertificateIDs(bytes32[] calldata _ids) external pure returns (bytes32) {
  return _condenseCertificateIDs(_ids);
}

Component(s) Logic