Function calculateDataFee

Calculates the fee of transaction data to store

Amount calculateDataFee (
  ulong data_size,
  uint factor
) pure nothrow @nogc @safe;

Parameters

NameDescription
data_size The size of the data
factor The factor to calculate for the fee of transaction data

Returns

A fee payable to data storage