frostfs-contract/container/config.yml
Alex Vanin 806dbbb487 [#23] *: Update notification types
- rename ByteString to ByteArray type
- use Hash256 on transaction hashes

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2020-12-29 14:15:26 +03:00

17 lines
365 B
YAML

hasstorage: true
ispayable: false
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