Publish
open class Publish : Disposable, AutoCloseable, 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
Constructors
| Publish | constructor(modules: List<ByteArray>, dependencies: List<ObjectId>) |
Functions
| Name | Summary |
|---|---|
| close | @Synchronized open override fun close() |
| dependencies | open override fun dependencies(): List<ObjectId> Set of packages that the to-be published package depends on |
| destroy | open override fun destroy() |
| equals | open operator override fun equals(other: Any?): Boolean |
| modules | open override fun modules(): List<ByteArray> The serialized move modules |
| toString | open override fun toString(): String |