frostfs-contract/netmap/config.yml
Alex Vanin bf391b57dd [#18] Add sidechain contracts
Sidechain contracts include alphabet contracts for governance
and audit, balance, container, neofsid, netmap, reputation
contracts.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2020-10-27 17:33:56 +03:00

17 lines
330 B
YAML

hasstorage: true
ispayable: false
events:
- name: AddPeer
parameters:
- name: nodeInfo
type: ByteString
- name: UpdateState
parameters:
- name: state
type: Integer
- name: publicKey
type: ByteString
- name: NewEpoch
parameters:
- name: epoch
type: Integer