Preparing search index...
The search index is not available
@aeternity/aepp-sdk
@aeternity/aepp-sdk
<internal>
TxUnpackedContractCreateTx1
Interface TxUnpackedContractCreateTx1
interface
TxUnpackedContractCreateTx1
{
amount
:
string
;
callData
:
`
cb_
${
string
}
`
;
code
:
`
cb_
${
string
}
`
;
ctVersion
:
CtVersion
;
deposit
:
string
;
fee
:
string
;
gasLimit
:
number
;
gasPrice
:
string
;
nonce
:
number
;
ownerId
:
`
ak_
${
string
}
`
;
tag
:
ContractCreateTx
;
ttl
:
number
;
version
:
1
;
}
Hierarchy (
view full
)
TxUnpackedContractCreateTx1Type
TxUnpackedContractCreateTx1
Index
Properties
amount
call
Data
code
ct
Version
deposit
fee
gas
Limit
gas
Price
nonce
owner
Id
tag
ttl
version
Properties
amount
amount
:
string
= coinAmount
call
Data
call
Data
:
`
cb_
${
string
}
`
= ...
code
code
:
`
cb_
${
string
}
`
= ...
ct
Version
ct
Version
:
CtVersion
deposit
deposit
:
string
= ...
fee
fee
:
string
gas
Limit
gas
Limit
:
number
gas
Price
gas
Price
:
string
nonce
nonce
:
number
= ...
owner
Id
owner
Id
:
`
ak_
${
string
}
`
= ...
tag
tag
:
ContractCreateTx
= ...
ttl
ttl
:
number
version
version
:
1
= ...
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
amount
call
Data
code
ct
Version
deposit
fee
gas
Limit
gas
Price
nonce
owner
Id
tag
ttl
version
@aeternity/aepp-sdk
Loading...