[#78] policy: Introduce ListTargets method for Policy contract #80

Merged
fyrchik merged 1 commit from aarifullin/frostfs-contract:feat/78-list_targets into master 2024-09-04 19:51:18 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
| 'c' + uint16(len(container)) + container | []byte | Namespace chain |
| 'n' + uint16(len(namespace)) + namespace | []byte | Container chain |
| 'm' + entity name (namespace/container) | []byte | Mapped name to an encoded number |
| 'counter' | uint64 | Integer counter used for mapping |
| 'Counter' | uint64 | Integer counter used for mapping |
*/

View file

@ -24,7 +24,7 @@ const (
const (
mappingKeyPrefix = 'm'
counterKey = "counter"
counterKey = "Counter"
)
const (