forked from TrueCloudLab/frostfs-contract
e880b2740d
Also make it possible to compile with the latest neo-go version. Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
13 lines
288 B
YAML
13 lines
288 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
|