[#328] cmd/node: Add the ability to listen Container contract's events

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2021-02-01 15:33:58 +03:00 committed by Leonard Lyubich
parent 7e586aef90
commit e9cbdc4a0d
3 changed files with 25 additions and 0 deletions

View file

@ -219,6 +219,9 @@ type cfgContainer struct {
scriptHash util.Uint160
fee fixedn.Fixed8
parsers map[event.Type]event.Parser
subscribers map[event.Type][]event.Handler
}
type cfgNetmap struct {