Alex Vanin
d626660c1a
Allows easier project name updates in the future. Signed-off-by: Alex Vanin <a.vanin@yadro.com>
13 lines
282 B
YAML
13 lines
282 B
YAML
name: "Reputation"
|
|
safemethods: ["get", "getByID", "listByEpoch"]
|
|
permissions:
|
|
- methods: ["update"]
|
|
events:
|
|
- name: reputationPut
|
|
parameters:
|
|
- name: epoch
|
|
type: Integer
|
|
- name: peerID
|
|
type: ByteArray
|
|
- name: value
|
|
type: ByteArray
|