Optional
moduleA module bytes deploy item.
Optional
storedA stored contract deploy item referenced by hash.
Optional
storedA stored contract deploy item referenced by name.
Optional
storedA stored versioned contract deploy item referenced by hash.
Optional
storedA stored versioned contract deploy item referenced by name.
Optional
transferA transfer deploy item.
Casts the ExecutableDeployItem
to ModuleBytes
if possible.
The ModuleBytes
representation of the ExecutableDeployItem
, or undefined
if not possible.
Static
newCreates a new ModuleBytes
object from a Uint8Array
of module bytes and a set of RuntimeArgs
A new ExecutableDeployItem
created from a new ModuleBytes
object built using moduleBytes
and args
A set of module bytes as a Uint8Array
The runtime arguments for the new ModuleBytes
object
Static
standardCreates a standard payment ExecutableDeployItem
with the specified amount.
A new ExecutableDeployItem
instance with the payment.
The amount to be transferred.
Generated using TypeDoc
Represents an executable deploy item, which can be one of several types such as
ModuleBytes
,StoredContractByHash
, etc.