forked from TrueCloudLab/frostfs-contract
806dbbb487
- rename ByteString to ByteArray type - use Hash256 on transaction hashes Signed-off-by: Alex Vanin <alexey@nspcc.ru>
17 lines
365 B
YAML
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
|