Skip to main content

IPublish

Namespace: IotaSdk

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
public interface IPublish : System.IEquatable`1[[IotaSdk.Publish, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Implements IEquatable<Publish>
Attributes NullableContextAttribute

Methods

Dependencies()

Set of packages that the to-be published package depends on

ObjectId[] Dependencies()

Returns

ObjectId[]

Modules()

The serialized move modules

Byte[][] Modules()

Returns

Byte[][]