frostfs-contract/reputation/config.yml

14 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