Preparing search index...
The search index is not available
@aeternity/aepp-sdk
@aeternity/aepp-sdk
<internal>
TxParamsContractCreateTx1
Interface TxParamsContractCreateTx1
interface
TxParamsContractCreateTx1
{
_canIncreaseFee
?:
boolean
;
amount
?:
Int
;
callData
:
`
cb_
${
string
}
`
;
code
:
`
cb_
${
string
}
`
;
consensusProtocolVersion
?:
Ceres
;
ctVersion
?:
CtVersion
;
denomination
?:
AE_AMOUNT_FORMATS
;
deposit
?:
Int
;
fee
?:
Int
;
gasLimit
?:
number
;
gasMax
?:
number
;
gasPrice
?:
Int
;
nonce
:
number
;
ownerId
:
`
ak_
${
string
}
`
;
tag
:
ContractCreateTx
;
ttl
?:
number
;
version
?:
1
;
}
Hierarchy (
View Summary
)
TxParamsContractCreateTx1Type
TxParamsContractCreateTx1
Index
Properties
_can
Increase
Fee?
amount?
call
Data
code
consensus
Protocol
Version?
ct
Version?
denomination?
deposit?
fee?
gas
Limit?
gas
Max?
gas
Price?
nonce
owner
Id
tag
ttl?
version?
Properties
Optional
_can
Increase
Fee
_canIncreaseFee
?:
boolean
Optional
amount
amount
?:
Int
= coinAmount
call
Data
callData
:
`
cb_
${
string
}
`
= ...
code
code
:
`
cb_
${
string
}
`
= ...
Optional
consensus
Protocol
Version
consensusProtocolVersion
?:
Ceres
Optional
ct
Version
ctVersion
?:
CtVersion
Optional
denomination
denomination
?:
AE_AMOUNT_FORMATS
Optional
deposit
deposit
?:
Int
= ...
Optional
fee
fee
?:
Int
Optional
gas
Limit
gasLimit
?:
number
Optional
gas
Max
gasMax
?:
number
Optional
gas
Price
gasPrice
?:
Int
nonce
nonce
:
number
= ...
owner
Id
ownerId
:
`
ak_
${
string
}
`
= ...
tag
tag
:
ContractCreateTx
= ...
Optional
ttl
ttl
?:
number
Optional
version
version
?:
1
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
_can
Increase
Fee
amount
call
Data
code
consensus
Protocol
Version
ct
Version
denomination
deposit
fee
gas
Limit
gas
Max
gas
Price
nonce
owner
Id
tag
ttl
version
@aeternity/aepp-sdk
Loading...