Skip to main content

Interface: UnsafePublishParams

Create an unsigned transaction to publish a Move package.

Properties

PropertyTypeDescription
senderstringthe transaction signer's IOTA address
compiledModulesstring[]the compiled bytes of a Move package
dependenciesstring[]a list of transitive dependency addresses that this set of modules depends on.
gas?string | nullgas object to be used in this transaction, node will pick one from the signer's possession if not provided
gasBudgetstringthe gas budget, the transaction will fail if the gas cost exceed the budget
signal?AbortSignal-