Closed DenisCarriere closed 9 months ago
stat
FLAG_ENABLE_RAM_TRANSFER_ON_CLAIM=true
sell_ram
drops::generate
drops::transfer
modify_ram_bytes
logbalances
logstat
logrambytes
logdrops
before_ram_bytes
before_drops
// @logging [[eosio::action]] void logrambytes(const name owner, const int64_t before_ram_bytes, const int64_t ram_bytes);
// @logging [[eosio::action]] void logdrops(const name owner, const int64_t before_drops, const int64_t drops);
stat
TABLEFLAG_ENABLE_RAM_TRANSFER_ON_CLAIM=true
sell_ram
paramdrops::generate
be recipient ofdrops::transfer
modify_ram_bytes
helper methodlogbalances
&logstat
with new logging actionslogrambytes
&logdrops
before_ram_bytes
&before_drops
to logs// @logging [[eosio::action]] void logdrops(const name owner, const int64_t before_drops, const int64_t drops);