feat(python-eos): work on python eos module
This commit is contained in:
@@ -46,7 +46,7 @@ public:
|
||||
* @brief Constructs an EosIO object with the given filename.
|
||||
* @param filename The filename of the EOS table.
|
||||
*/
|
||||
EOSio(std::string filename);
|
||||
explicit EOSio(std::string filename);
|
||||
|
||||
/**
|
||||
* @brief Default destructor.
|
||||
@@ -64,4 +64,6 @@ public:
|
||||
* @return A reference to the EOS table.
|
||||
*/
|
||||
EOSTable& getTable();
|
||||
|
||||
std::string getFilename() const { return m_filename; }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user