Ether1Project / ethofs-sdk

MIT License
1 stars 3 forks source link

ethofs.calculateCost(readableStreamForFile, options) #5

Closed Legacytrx closed 3 years ago

Legacytrx commented 3 years ago

The cost calculation should not require the upload of a file, but only make a simple calculation and return the cost based on a number of bytes.

Dev-JamesR commented 3 years ago

Integrated on https://github.com/Ether1Project/ethofs-sdk/commit/32e9cdf3134d474288bb18a72b99d6a41253092d

Legacytrx commented 3 years ago

Implemented