forked from TrueCloudLab/frostfs-contract
5e28938286
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
25 lines
621 B
YAML
25 lines
621 B
YAML
name: "NeoFS Container"
|
|
safemethods: ["get", "owner", "list", "eacl", "getContainerSize", "listContainerSizes", "version"]
|
|
events:
|
|
- name: containerPut
|
|
parameters:
|
|
- name: container
|
|
type: ByteArray
|
|
- name: signature
|
|
type: ByteArray
|
|
- name: publicKey
|
|
type: ByteArray
|
|
- name: containerDelete
|
|
parameters:
|
|
- name: containerID
|
|
type: ByteArray
|
|
- name: signature
|
|
type: ByteArray
|
|
- name: StartEstimation
|
|
parameters:
|
|
- name: epoch
|
|
type: Integer
|
|
- name: StopEstimation
|
|
parameters:
|
|
- name: epoch
|
|
type: Integer
|