forked from TrueCloudLab/frostfs-contract
01b12bcd56
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
13 lines
284 B
YAML
13 lines
284 B
YAML
name: "NeoFS Reputation"
|
|
safemethods: ["get, getByID, listByEpoch"]
|
|
permissions:
|
|
- methods: ["update"]
|
|
events:
|
|
- name: reputationPut
|
|
parameters:
|
|
- name: epoch
|
|
type: Integer
|
|
- name: peerID
|
|
type: ByteArray
|
|
- name: value
|
|
type: ByteArray
|