frostfs-contract/container/config.yml
Alex Vanin cff7688486 [#47] Remove legacy config records
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2021-02-11 15:31:57 +03:00

23 lines
498 B
YAML

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