/** * @file * @copyright defined in eos/LICENSE.txt */ #include #include namespace proxy { struct PACKED( Config ) { Config( AccountName o = AccountName() ):owner(o){} const uint64_t key = N(config); AccountName owner; }; using Configs = Table; } /// namespace proxy