github.com/aergoio/aergo@v1.3.1/contract/state_module.h (about)

     1  /**
     2   *  @file
     3   *  @copyright defined in aergo/LICENSE.txt
     4   */
     5  
     6  #ifndef _STATE_MODULE_H
     7  #define _STATE_MODULE_H
     8  
     9  #include <lua.h>
    10  
    11  extern int luaopen_state(lua_State *L);
    12  
    13  #endif /* _STATE_MODULE_H */