Preparing search index...
The search index is not available
@multiversx/sdk-core - v13.0.0
@multiversx/sdk-core
DeployArguments
Interface DeployArguments
interface
DeployArguments
{
chainID
:
IChainID
;
code
:
ICode
;
codeMetadata
?:
ICodeMetadata
;
deployer
:
IAddress
;
gasLimit
:
IGasLimit
;
gasPrice
?:
IGasPrice
;
initArguments
?:
any
[]
;
value
?:
ITransactionValue
;
}
Index
Properties
chainID
code
code
Metadata?
deployer
gas
Limit
gas
Price?
init
Arguments?
value?
Properties
chainID
chainID
:
IChainID
code
code
:
ICode
Optional
code
Metadata
code
Metadata
?:
ICodeMetadata
deployer
deployer
:
IAddress
gas
Limit
gas
Limit
:
IGasLimit
Optional
gas
Price
gas
Price
?:
IGasPrice
Optional
init
Arguments
init
Arguments
?:
any
[]
Optional
value
value
?:
ITransactionValue
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
chainID
code
code
Metadata
deployer
gas
Limit
gas
Price
init
Arguments
value
@multiversx/sdk-core - v13.0.0
Loading...