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 full
)
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
abi
Version
:
AbiVersion
amount
amount
:
string
= coinAmount
call
Data
call
Data
:
`
cb_
${
string
}
`
= ...
caller
Id
caller
Id
:
`
ak_
${
string
}
`
= ...
contract
Id
contract
Id
:
`
ct_
${
string
}
`
|
`
nm_
${
string
}
`
= ...
fee
fee
:
string
gas
Limit
gas
Limit
:
number
gas
Price
gas
Price
:
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...