Preparing search index...
The search index is not available
@aeternity/aepp-sdk
@aeternity/aepp-sdk
<internal>
TxParamsChannelSettleTx1
Interface TxParamsChannelSettleTx1
interface
TxParamsChannelSettleTx1
{
_canIncreaseFee
?:
boolean
;
channelId
:
`
ch_
${
string
}
`
;
denomination
?:
AE_AMOUNT_FORMATS
;
fee
?:
Int
;
fromId
:
`
ak_
${
string
}
`
;
initiatorAmountFinal
:
Int
;
nonce
:
number
;
responderAmountFinal
:
Int
;
tag
:
ChannelSettleTx
;
ttl
?:
number
;
version
?:
1
;
}
Hierarchy (
View Summary
)
TxParamsChannelSettleTx1Type
TxParamsChannelSettleTx1
Index
Properties
_can
Increase
Fee?
channel
Id
denomination?
fee?
from
Id
initiator
Amount
Final
nonce
responder
Amount
Final
tag
ttl?
version?
Properties
Optional
_can
Increase
Fee
_canIncreaseFee
?:
boolean
channel
Id
channelId
:
`
ch_
${
string
}
`
= ...
Optional
denomination
denomination
?:
AE_AMOUNT_FORMATS
Optional
fee
fee
?:
Int
from
Id
fromId
:
`
ak_
${
string
}
`
= ...
initiator
Amount
Final
initiatorAmountFinal
:
Int
= uInt
nonce
nonce
:
number
= ...
responder
Amount
Final
responderAmountFinal
:
Int
= uInt
tag
tag
:
ChannelSettleTx
= ...
Optional
ttl
ttl
?:
number
Optional
version
version
?:
1
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
_can
Increase
Fee
channel
Id
denomination
fee
from
Id
initiator
Amount
Final
nonce
responder
Amount
Final
tag
ttl
version
@aeternity/aepp-sdk
Loading...