2023-03-01 13:50:14 +03:00
|
|
|
name: "Container"
|
2022-12-22 13:35:52 +03:00
|
|
|
safemethods: ["count", "containersOf", "get", "owner", "list", "eACL", "getContainerSize", "listContainerSizes", "iterateContainerSizes", "version"]
|
2021-06-23 19:56:56 +03:00
|
|
|
permissions:
|
2021-09-29 13:00:32 +03:00
|
|
|
- methods: ["update", "addKey", "transferX",
|
2022-09-06 11:46:26 +03:00
|
|
|
"register", "addRecord", "deleteRecords"]
|
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
|
2021-06-17 16:38:30 +03:00
|
|
|
type: Signature
|
2020-10-27 15:14:06 +03:00
|
|
|
- name: publicKey
|
2021-06-17 16:38:30 +03:00
|
|
|
type: PublicKey
|
2021-05-21 16:27:01 +03:00
|
|
|
- name: token
|
|
|
|
type: ByteArray
|
2022-04-01 08:52:54 +03:00
|
|
|
- name: PutSuccess
|
|
|
|
parameters:
|
|
|
|
- name: containerID
|
|
|
|
type: Hash256
|
|
|
|
- name: publicKey
|
|
|
|
type: PublicKey
|
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
|
2021-06-17 16:38:30 +03:00
|
|
|
type: Signature
|
2021-05-21 16:27:01 +03:00
|
|
|
- name: token
|
|
|
|
type: ByteArray
|
2022-04-01 08:52:54 +03:00
|
|
|
- name: DeleteSuccess
|
|
|
|
parameters:
|
|
|
|
- name: containerID
|
|
|
|
type: ByteArray
|
2021-05-11 17:42:02 +03:00
|
|
|
- name: setEACL
|
|
|
|
parameters:
|
|
|
|
- name: eACL
|
|
|
|
type: ByteArray
|
|
|
|
- name: signature
|
2021-06-17 16:38:30 +03:00
|
|
|
type: Signature
|
2021-05-11 17:42:02 +03:00
|
|
|
- name: publicKey
|
2021-06-17 16:38:30 +03:00
|
|
|
type: PublicKey
|
2021-05-21 16:27:01 +03:00
|
|
|
- name: token
|
|
|
|
type: ByteArray
|
2022-04-01 08:52:54 +03:00
|
|
|
- name: SetEACLSuccess
|
|
|
|
parameters:
|
|
|
|
- name: containerID
|
|
|
|
type: ByteArray
|
|
|
|
- name: publicKey
|
|
|
|
type: PublicKey
|
2021-01-26 20:48:25 +03:00
|
|
|
- name: StartEstimation
|
|
|
|
parameters:
|
|
|
|
- name: epoch
|
|
|
|
type: Integer
|
|
|
|
- name: StopEstimation
|
|
|
|
parameters:
|
|
|
|
- name: epoch
|
|
|
|
type: Integer
|