Skip to main content

PublishInterface

interface PublishInterface

Command to publish a new move package

BCS

The BCS serialized form for this type is defined by the following ABNF:

publish = (vector bytes)        ; the serialized move modules
(vector object-id) ; the set of package dependencies

Inheritors

Publish

Functions

NameSummary
dependenciesabstract fun dependencies(): List<ObjectId>
Set of packages that the to-be published package depends on
modulesabstract fun modules(): List<ByteArray>
The serialized move modules