droplets-system / drops

Core Drops smart contract
3 stars 2 forks source link

add `to_notify` param to actions #22

Closed DenisCarriere closed 9 months ago

DenisCarriere commented 9 months ago

add optional to_notify param to the following actions:

// @user
[[eosio::action]]
int64_t generate( const name owner,
                  const bool bound,
                  const uint32_t amount,
                  const string data,
                  const optional<name> to_notify);