# Functions
DeleteSuccessEventsFromApplicationLog retrieves a set of all emitted events with "DeleteSuccess" name from the provided [result.ApplicationLog].
New creates an instance of Contract using provided contract hash and the given Actor.
NewReader creates an instance of ContractReader using provided contract hash and the given Invoker.
PutSuccessEventsFromApplicationLog retrieves a set of all emitted events with "PutSuccess" name from the provided [result.ApplicationLog].
SetEACLSuccessEventsFromApplicationLog retrieves a set of all emitted events with "SetEACLSuccess" name from the provided [result.ApplicationLog].
StartEstimationEventsFromApplicationLog retrieves a set of all emitted events with "StartEstimation" name from the provided [result.ApplicationLog].
StopEstimationEventsFromApplicationLog retrieves a set of all emitted events with "StopEstimation" name from the provided [result.ApplicationLog].
# Constants
AliasFeeKey is a key in netmap config which contains fee for nice-name registration.
CleanupDelta contains the number of the last epochs for which container estimations are present.
NotFoundError is returned if container is missing.
RegistrationFeeKey is a key in netmap config which contains fee for container registration.
TotalCleanupDelta contains the number of the epochs after which estimation will be removed by epoch tick cleanup if any of the nodes hasn't updated container size and/or container has been removed.
# Structs
CommonBallot is a contract-specific common.Ballot type used by its methods.
ContainerContainer is a contract-specific container.Container type used by its methods.
ContainerContainerSizes is a contract-specific container.ContainerSizes type used by its methods.
ContainerEstimation is a contract-specific container.Estimation type used by its methods.
ContainerExtendedACL is a contract-specific container.ExtendedACL type used by its methods.
Contract implements all contract methods.
ContractReader implements safe contract methods.
DeleteSuccessEvent represents "DeleteSuccess" event emitted by the contract.
PutSuccessEvent represents "PutSuccess" event emitted by the contract.
SetEACLSuccessEvent represents "SetEACLSuccess" event emitted by the contract.
StartEstimationEvent represents "StartEstimation" event emitted by the contract.
StopEstimationEvent represents "StopEstimation" event emitted by the contract.