2021-02-11 15:46:33 +03:00
|
|
|
name: "NeoFS Container"
|
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
|
2020-12-09 15:53:43 +03:00
|
|
|
type: ByteArray
|
2020-10-27 15:14:06 +03:00
|
|
|
- name: publicKey
|
2020-12-09 15:53:43 +03:00
|
|
|
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
|
2020-12-09 15:53:43 +03:00
|
|
|
type: ByteArray
|
2021-01-26 20:48:25 +03:00
|
|
|
- name: StartEstimation
|
|
|
|
parameters:
|
|
|
|
- name: epoch
|
|
|
|
type: Integer
|
|
|
|
- name: StopEstimation
|
|
|
|
parameters:
|
|
|
|
- name: epoch
|
|
|
|
type: Integer
|