PublishCommand
Publishes a Move Package.
type PublishCommand {
dependencies: [SuiAddress!]
modules: [Base64!]
}
Fields
PublishCommand.dependencies
● [SuiAddress!]
list scalar
IDs of the transitive dependencies of the package to be published.
PublishCommand.modules
● [Base64!]
list scalar
Bytecode for the modules to be published, BCS serialized and Base64 encoded.
Implemented By
Command
union