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