Closed DenisCarriere closed 9 months ago
read-only
ram_proceeds_minus_fee
ram_cost_with_fee
get_fee()
[[eosio::action, eosio::read_only]] asset dropssystem::drops::ramcost(const int64_t bytes) { return eosiosystem::ram_cost_with_fee(bytes, EOS); } [[eosio::action, eosio::read_only]] int64_t dropssystem::drops::bytescost(const asset quantity) { return eosiosystem::bytes_cost_with_fee(quantity); }
LGTM
Add
read-only
actionsram_proceeds_minus_fee
withram_cost_with_fee
get_fee()
method inram_cost_with_fee