Motivation
Users want to analyze CIDs, and the Protocol fee required to store a given request
Definiton of Done
Considerations
There are two options for implementing the Protocol fee columns:
- Easy option: Display the fee to store the whole CID, even if the request is part of a batch.
- Harder option: Display the fee to store only this request. If part of a batch, calculate the fee from the size of the data - using the same calculation used in the smart contract.