3#include <eosio/asset.hpp>
4#include <eosio/eosio.hpp>
7#include "../consts.hpp"
contract
Definition: eosio.msig_tests.cpp:977
Definition: eosio.msig.hpp:34
Definition: table_fund_expfunds.hpp:14
eosio::name coopname
Definition: table_fund_expfunds.hpp:16
eosio::name contract
Definition: table_fund_expfunds.hpp:17
std::string name
Definition: table_fund_expfunds.hpp:19
uint64_t id
Definition: table_fund_expfunds.hpp:15
eosio::asset expended
Definition: table_fund_expfunds.hpp:22
std::string description
Definition: table_fund_expfunds.hpp:20
uint64_t primary_key() const
Definition: table_fund_expfunds.hpp:24
eosio::multi_index<"expfunds"_n, expfund > expfunds_index
Definition: table_fund_expfunds.hpp:27