# Functions
CIDForBytes creates CID for passed bytes.
CIDFromBytes parses CID from passed bytes.
CIDFromString parses CID from string representation of CID.
NewOwnerID returns generated OwnerID from passed public keys.
NewUUID returns a Random (Version 4) UUID.
ParseAddress parses address from string representation into new Address.
SGIDFromBytes parse bytes representation of SGID into new SGID value.
# Constants
CIDSize contains size of CID.
ErrEmptyAddress is raised when empty address is passed to Address.Parse ParseAddress.
ErrEmptyCapacity is raised when empty Capacity is passed container.New.
ErrEmptyContainer is raised when it CID method is called for an empty container.
ErrEmptyOwner is raised when empty OwnerID is passed into container.New.
ErrWrongAddress is raised when wrong address is passed to Address.Parse ParseAddress.
ErrWrongDataSize is raised when passed bytes into Unmarshal have wrong size.
OwnerIDSize contains size of OwnerID.
SGIDSize contains size of SGID.
UUIDSize contains size of UUID.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
NewMessageID method alias.
NewObjectID method alias.
NewSGID method alias.
# Interfaces
AddressContainer is an interface of the container of object address value.
OwnerIDContainer is an interface of the container of an OwnerID value.
OwnerIDSource is an interface of the container of an OwnerID value with read access.