2021-02-11 12:46:33 +00:00
|
|
|
name: "NeoFS Container"
|
2021-05-05 13:30:30 +00:00
|
|
|
safemethods: ["get", "owner", "list", "eACL", "getContainerSize", "listContainerSizes", "version"]
|
2021-06-23 16:56:56 +00:00
|
|
|
permissions:
|
2021-09-29 10:00:32 +00:00
|
|
|
- methods: ["update", "addKey", "transferX",
|
2021-09-29 13:10:29 +00:00
|
|
|
"addRoot", "register", "addRecord", "deleteRecords"]
|
2020-10-27 12:14:06 +00:00
|
|
|
events:
|
|
|
|
- name: containerPut
|
|
|
|
parameters:
|
|
|
|
- name: container
|
2020-12-09 12:53:43 +00:00
|
|
|
type: ByteArray
|
2020-10-27 12:14:06 +00:00
|
|
|
- name: signature
|
2021-06-17 13:38:30 +00:00
|
|
|
type: Signature
|
2020-10-27 12:14:06 +00:00
|
|
|
- name: publicKey
|
2021-06-17 13:38:30 +00:00
|
|
|
type: PublicKey
|
2021-05-21 13:27:01 +00:00
|
|
|
- name: token
|
|
|
|
type: ByteArray
|
2020-10-27 12:14:06 +00:00
|
|
|
- name: containerDelete
|
|
|
|
parameters:
|
|
|
|
- name: containerID
|
2020-12-09 12:53:43 +00:00
|
|
|
type: ByteArray
|
2020-10-27 12:14:06 +00:00
|
|
|
- name: signature
|
2021-06-17 13:38:30 +00:00
|
|
|
type: Signature
|
2021-05-21 13:27:01 +00:00
|
|
|
- name: token
|
|
|
|
type: ByteArray
|
2021-05-11 14:42:02 +00:00
|
|
|
- name: setEACL
|
|
|
|
parameters:
|
|
|
|
- name: eACL
|
|
|
|
type: ByteArray
|
|
|
|
- name: signature
|
2021-06-17 13:38:30 +00:00
|
|
|
type: Signature
|
2021-05-11 14:42:02 +00:00
|
|
|
- name: publicKey
|
2021-06-17 13:38:30 +00:00
|
|
|
type: PublicKey
|
2021-05-21 13:27:01 +00:00
|
|
|
- name: token
|
|
|
|
type: ByteArray
|
2021-01-26 17:48:25 +00:00
|
|
|
- name: StartEstimation
|
|
|
|
parameters:
|
|
|
|
- name: epoch
|
|
|
|
type: Integer
|
|
|
|
- name: StopEstimation
|
|
|
|
parameters:
|
|
|
|
- name: epoch
|
|
|
|
type: Integer
|