Function shiden_runtime::contracts_deposit
source · pub const fn contracts_deposit(items: u32, bytes: u32) -> Balance
Expand description
Charge fee for stored bytes and items as part of pallet-contracts
.
The slight difference to general deposit
function is because there is fixed bound on how large the DB
key can grow so it doesn’t make sense to have as high deposit per item as in the general approach.