MovePackageDataInterface
interface MovePackageDataInterface
Type corresponding to the output of iota move build --dump-bytecode-as-base64
Inheritors
| MovePackageData |
Functions
| Name | Summary |
|---|---|
| dependencies | abstract fun dependencies(): List<ObjectId> Returns the package dependencies. |
| digest | abstract fun digest(): Digest Returns the package digest. |
| modules | abstract fun modules(): List<ByteArray> Returns the package modules. |
| toBase64 | abstract fun toBase64(): String |
| toJson | abstract fun toJson(): String |