frostfs-contract/container/config.yml

18 lines
365 B
YAML
Raw Normal View History

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