支付存储费用
Pay for storage on MCS
makePayment(wCid, minAmount, fileSize)
After a file is uploaded, the file can be paid for by its payload cid. The method takes the w_payload cid as the first parameter and the minimum amount as the second.
Parameters
wCid: unique payload cid of the file
minAmount: minimum amount to pay for the file (in USDC). String value to avoid Big Number precision errors. If minAmount is set to empty string or '0', it will default to calculate and use the average storage price
fileSize: the size of the file
Return
Returns a web3.js receipt object. In the example above, only the transaction hash from this object is printed.
Last updated