compile

package
v0.0.0-...-5389512 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 24, 2026 License: MIT Imports: 12 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CompiledPackage

type CompiledPackage struct {
	Metadata []byte
	Bytecode [][]byte
}

func CompilePackage

func CompilePackage(packageName contracts.Package, namedAddresses map[string]aptos.AccountAddress) (CompiledPackage, error)

CompilePackage compiles a package with the given name and named addresses. It uses the Aptos CLI for compilation, passing the named addresses as arguments. The packageName must be one of the packages in the contracts directory that are embedded in the binary.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL