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
| Name | Summary |
|---|---|
| dependencies | abstract fun dependencies(): List<ObjectId> Set of packages that the to-be published package depends on |
| modules | abstract fun modules(): List<ByteArray> The serialized move modules |