2022-04-11 16:25:14 +00:00
|
|
|
/*
|
|
|
|
Package oid provides primitives to work with object identification in NeoFS.
|
|
|
|
|
2022-05-25 09:03:22 +00:00
|
|
|
Address type is used for global object identity inside the NeoFS network,
|
|
|
|
while ID represents identity within a fixed container.
|
|
|
|
|
2022-04-11 16:25:14 +00:00
|
|
|
Using package types in an application is recommended to potentially work with
|
|
|
|
different protocol versions with which these types are compatible.
|
|
|
|
*/
|
|
|
|
package oid
|