Fabcoin Core  0.16.2
P2P Digital Currency
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Token Member List

This is the complete list of members for Token, including all inherited members.

allowance(const std::string &_from, const std::string &_to, std::string &result, bool sendTo=false)Token
approve(const std::string &_spender, const std::string &_value, bool &success, bool sendTo=false)Token
approveAndCall(const std::string &_spender, const std::string &_value, const std::string &_extraData, bool &success, bool sendTo=false)Token
balanceOf(std::string &result, bool sendTo=false)Token
balanceOf(const std::string &spender, std::string &result, bool sendTo=false)Token
burn(const std::string &_value, bool &success, bool sendTo=false)Token
burnEvents(std::vector< TokenEvent > &tokenEvents, int64_t fromBlock=0, int64_t toBlock=-1)Token
burnFrom(const std::string &_from, const std::string &_value, bool &success, bool sendTo=false)Token
clear()Token
dTokenprivate
decimals(std::string &result, bool sendTo=false)Token
exec(const std::vector< std::string > &input, int func, std::vector< std::string > &output, bool sendTo)Tokenprivate
execEvents(int64_t fromBlock, int64_t toBlock, int func, std::vector< TokenEvent > &tokenEvents)Tokenprivate
getTxId()Token
name(std::string &result, bool sendTo=false)Token
operator=(Token const &)Tokenprivate
setAddress(const std::string &address)Token
setAmount(const std::string &amount)Token
setDataHex(const std::string &datahex)Token
setGasLimit(const std::string &gaslimit)Token
setGasPrice(const std::string &gasPrice)Token
setSender(const std::string &sender)Token
symbol(std::string &result, bool sendTo=false)Token
Token()Token
Token(Token const &)Tokenprivate
totalSupply(std::string &result, bool sendTo=false)Token
transfer(const std::string &_to, const std::string &_value, bool sendTo=false)Token
transferEvents(std::vector< TokenEvent > &tokenEvents, int64_t fromBlock=0, int64_t toBlock=-1)Token
transferFrom(const std::string &_from, const std::string &_to, const std::string &_value, bool &success, bool sendTo=false)Token
~Token()Token