package
1.3.3
Repository: https://github.com/onflow/cadence.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
ExportMeteredType converts a runtime type to its corresponding Go representation.
ExportType converts a runtime type to its corresponding Go representation.
ExportValue converts a runtime value to its native Go representation.
No description provided by the author
ImportValue converts a Cadence value to a runtime value.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewCoverageReport creates and returns a *CoverageReport.
No description provided by the author
NewInterpreterRuntime returns an interpreter-based version of the Flow runtime.
NewLocationCoverage creates and returns a *LocationCoverage with the given lineHits map.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ParseLiteral parses a single literal string, that should have the given type.
ParseLiteralArgumentList parses an argument list with literals, that should have the given types.
No description provided by the author
UserPanicToError Executes `f` and gracefully handle `UserError` panics.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Supported hashing algorithms.
No description provided by the author
No description provided by the author
No description provided by the author
Supported signing algorithms.
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
ArgumentNotImportableError is an error that is reported for script arguments that belongs to non-importable types.
No description provided by the author
CodesAndPrograms collects the source code and AST for each location.
Config is a constant/read-only configuration of an environment.
No description provided by the author
No description provided by the author
CoverageReport collects coverage information per location.
CoverageReportSummary contains key metrics that are derived from a CoverageReport object, such as: - Total Locations, - Total Statements, - Total Hits, - Total Misses, - Overall Coverage Percentage.
DomainRegisterMigration migrates domain registers to account storage maps.
EmptyRuntimeInterface is an empty implementation of runtime.Interface.
Error is the containing type for all errors produced by the runtime.
InvalidEntryPointArgumentError.
No description provided by the author
InvalidScriptReturnTypeError is an error that is reported for invalid script return types.
No description provided by the author
No description provided by the author
InvalidValueTypeError.
LocationCoverage records coverage information for a location.
No description provided by the author
ParsingCheckingError is an error wrapper for a parsing or a checking error at a specific location.
No description provided by the author
No description provided by the author
No description provided by the author
ScriptParameterTypeNotImportableError is an error that is reported for script parameter types that are not importable.
ScriptParameterTypeNotStorableError is an error that is reported for script parameter types that are not storable.
No description provided by the author
No description provided by the author
No description provided by the author
ValueNotExportableError is an error that is reported for values that cannot be exported.

# Interfaces

No description provided by the author
No description provided by the author
Executor is a continuation which represents a full unit of transaction/script execution.
No description provided by the author
No description provided by the author
No description provided by the author
Runtime is a runtime capable of executing Cadence.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author