frostfs-contract/netmap/config.yml
Alex Vanin 806dbbb487 [#23] *: Update notification types
- rename ByteString to ByteArray type
- use Hash256 on transaction hashes

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2020-12-29 14:15:26 +03:00

17 lines
328 B
YAML

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