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
Modules()
The serialized move modules
Byte[][] Modules()