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