Preparing search index...
The search index is not available
@aeternity/aepp-sdk
@aeternity/aepp-sdk
<internal>
TxParamsChannelDepositTx1
Interface TxParamsChannelDepositTx1
interface
TxParamsChannelDepositTx1
{
_canIncreaseFee
?:
boolean
;
amount
:
Int
;
channelId
:
`
ch_
${
string
}
`
;
denomination
?:
AE_AMOUNT_FORMATS
;
fee
:
undefined
|
Int
;
fromId
:
`
ak_
${
string
}
`
;
nonce
:
number
;
round
:
number
;
stateHash
:
`
st_
${
string
}
`
;
tag
:
ChannelDepositTx
;
ttl
:
undefined
|
number
;
version
?:
1
;
}
Hierarchy (
view full
)
TxParamsChannelDepositTx1Type
TxParamsChannelDepositTx1
Index
Properties
_can
Increase
Fee?
amount
channel
Id
denomination?
fee
from
Id
nonce
round
state
Hash
tag
ttl
version?
Properties
Optional
_can
Increase
Fee
_can
Increase
Fee
?:
boolean
amount
amount
:
Int
= uInt
channel
Id
channel
Id
:
`
ch_
${
string
}
`
= ...
Optional
denomination
denomination
?:
AE_AMOUNT_FORMATS
fee
fee
:
undefined
|
Int
from
Id
from
Id
:
`
ak_
${
string
}
`
= ...
nonce
nonce
:
number
= ...
round
round
:
number
= shortUInt
state
Hash
state
Hash
:
`
st_
${
string
}
`
= ...
tag
tag
:
ChannelDepositTx
= ...
ttl
ttl
:
undefined
|
number
Optional
version
version
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
_can
Increase
Fee
amount
channel
Id
denomination
fee
from
Id
nonce
round
state
Hash
tag
ttl
version
@aeternity/aepp-sdk
Loading...