frostfs-contract/reputation/config.yml
Alex Vanin 88a82820b8 [#65] reputation: Update reputation contract
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2021-04-06 10:50:00 +03:00

11 lines
247 B
YAML

name: "NeoFS Reputation"
safemethods: ["get, getByID, listByEpoch"]
events:
- name: reputationPut
parameters:
- name: epoch
type: Integer
- name: peerID
type: ByteArray
- name: value
type: ByteArray