Closed DenisCarriere closed 9 months ago
add optional to_notify param to the following actions:
to_notify
destroy
generate
// @user [[eosio::action]] int64_t generate( const name owner, const bool bound, const uint32_t amount, const string data, const optional<name> to_notify);
add optional
to_notify
param to the following actions:destroy
generate