storageCost method

Future<StorageCostInfo> storageCost(
  1. int size,
  2. int epochs
)

Calculate storage cost for a blob.

Implementation

Future<StorageCostInfo> storageCost(int size, int epochs) =>
    _stateReader.storageCost(size, epochs);