7ba5d50fd4
For committee operations in side chain we can't use 5\7 multi address, instead we should use 4\7 for this case. Signed-off-by: Alex Vanin <alexey@nspcc.ru>
17 lines
460 B
YAML
17 lines
460 B
YAML
name: "NeoFS Netmap"
|
|
safemethods: ["innerRingList", "multiaddress", "committee", "epoch", "netmap", "snapshot", "snapshotByEpoch", "config", "listConfig", "version"]
|
|
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
|