forked from TrueCloudLab/frostfs-node
[#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:
parent
7e586aef90
commit
e9cbdc4a0d
3 changed files with 25 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue