@multiversx/sdk-core - v14.0.1
Preparing search index...
ContractDeployInput
Type Alias ContractDeployInput
type
ContractDeployInput
=
{
arguments
?:
any
[]
;
bytecode
:
Uint8Array
;
gasLimit
:
bigint
;
isPayable
?:
boolean
;
isPayableBySmartContract
?:
boolean
;
isReadable
?:
boolean
;
isUpgradeable
?:
boolean
;
nativeTransferAmount
?:
bigint
;
}
Index
Properties
arguments?
bytecode
gas
Limit
is
Payable?
is
Payable
By
Smart
Contract?
is
Readable?
is
Upgradeable?
native
Transfer
Amount?
Properties
Optional
arguments
arguments
?:
any
[]
bytecode
bytecode
:
Uint8Array
gas
Limit
gasLimit
:
bigint
Optional
is
Payable
isPayable
?:
boolean
Optional
is
Payable
By
Smart
Contract
isPayableBySmartContract
?:
boolean
Optional
is
Readable
isReadable
?:
boolean
Optional
is
Upgradeable
isUpgradeable
?:
boolean
Optional
native
Transfer
Amount
nativeTransferAmount
?:
bigint
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
arguments
bytecode
gas
Limit
is
Payable
is
Payable
By
Smart
Contract
is
Readable
is
Upgradeable
native
Transfer
Amount
@multiversx/sdk-core - v14.0.1
Loading...