Skip to main content

MovePackageDataInterface

interface MovePackageDataInterface

Type corresponding to the output of iota move build --dump-bytecode-as-base64

Inheritors

MovePackageData

Functions

NameSummary
dependenciesabstract fun dependencies(): List<ObjectId>
Returns the package dependencies.
digestabstract fun digest(): Digest
Returns the package digest.
modulesabstract fun modules(): List<ByteArray>
Returns the package modules.
toBase64abstract fun toBase64(): String
toJsonabstract fun toJson(): String