package
9.0.0-rc1+incompatible
Repository: https://github.com/filecoin-project/go-state-types.git
Documentation: pkg.go.dev

# Functions

IsSingletonActor returns true if the actor is a singleton actor (i.e., cannot be constructed).

# Constants

DebugLevel logs are typically voluminous, and are usually disabled in production.
ErrorLevel logs are high-priority.
InfoLevel is the default logging priority.
WarnLevel logs are more important than Info, but don't need individual human review.

# Interfaces

VMActor is a concrete implementation of an actor, to be used by a Filecoin VM.

# Type aliases

Specifies importance of message, LogLevel numbering is consistent with the uber-go/zap package.