# 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].
# 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.