Preparing search index...
The search index is not available
@aeternity/aepp-sdk
@aeternity/aepp-sdk
<internal>
TxUnpackedContractCallTx1
Interface TxUnpackedContractCallTx1
interface
TxUnpackedContractCallTx1
{
abiVersion
:
AbiVersion
;
amount
:
string
;
callData
:
`
cb_
${
string
}
`
;
callerId
:
`
ak_
${
string
}
`
;
contractId
:
`
ct_
${
string
}
`
|
`
nm_
${
string
}
`
;
fee
:
string
;
gasLimit
:
number
;
gasPrice
:
string
;
nonce
:
number
;
tag
:
ContractCallTx
;
ttl
:
number
;
version
:
1
;
}
Hierarchy (
View Summary
)
TxUnpackedContractCallTx1Type
TxUnpackedContractCallTx1
Index
Properties
abi
Version
amount
call
Data
caller
Id
contract
Id
fee
gas
Limit
gas
Price
nonce
tag
ttl
version
Properties
abi
Version
abiVersion
:
AbiVersion
amount
amount
:
string
= coinAmount
call
Data
callData
:
`
cb_
${
string
}
`
= ...
caller
Id
callerId
:
`
ak_
${
string
}
`
= ...
contract
Id
contractId
:
`
ct_
${
string
}
`
|
`
nm_
${
string
}
`
= ...
fee
fee
:
string
gas
Limit
gasLimit
:
number
gas
Price
gasPrice
:
string
nonce
nonce
:
number
= ...
tag
tag
:
ContractCallTx
= ...
ttl
ttl
:
number
version
version
:
1
= ...
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
abi
Version
amount
call
Data
caller
Id
contract
Id
fee
gas
Limit
gas
Price
nonce
tag
ttl
version
@aeternity/aepp-sdk
Loading...