@multiversx/sdk-core - v14.0.1
Preparing search index...
DeployArguments
Interface DeployArguments
interface
DeployArguments
{
chainID
:
string
;
code
:
ICode
;
codeMetadata
?:
ICodeMetadata
;
deployer
:
Address
;
gasLimit
:
bigint
;
gasPrice
?:
bigint
;
initArguments
?:
any
[]
;
value
?:
bigint
;
}
Index
Properties
chainID
code
code
Metadata?
deployer
gas
Limit
gas
Price?
init
Arguments?
value?
Properties
chainID
chainID
:
string
code
code
:
ICode
Optional
code
Metadata
codeMetadata
?:
ICodeMetadata
deployer
deployer
:
Address
gas
Limit
gasLimit
:
bigint
Optional
gas
Price
gasPrice
?:
bigint
Optional
init
Arguments
initArguments
?:
any
[]
Optional
value
value
?:
bigint
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
chainID
code
code
Metadata
deployer
gas
Limit
gas
Price
init
Arguments
value
@multiversx/sdk-core - v14.0.1
Loading...