Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompiledPackage ¶
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.
Click to show internal directories.
Click to hide internal directories.