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