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
:
undefined
|
Int
;
fromId
:
`
ak_
${
string
}
`
;
initiatorAmountFinal
:
Int
;
nonce
:
number
;
responderAmountFinal
:
Int
;
tag
:
ChannelSettleTx
;
ttl
:
undefined
|
number
;
version
?:
1
;
}
Hierarchy (
view full
)
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
_can
Increase
Fee
?:
boolean
channel
Id
channel
Id
:
`
ch_
${
string
}
`
= ...
Optional
denomination
denomination
?:
AE_AMOUNT_FORMATS
fee
fee
:
undefined
|
Int
from
Id
from
Id
:
`
ak_
${
string
}
`
= ...
initiator
Amount
Final
initiator
Amount
Final
:
Int
= uInt
nonce
nonce
:
number
= ...
responder
Amount
Final
responder
Amount
Final
:
Int
= uInt
tag
tag
:
ChannelSettleTx
= ...
ttl
ttl
:
undefined
|
number
Optional
version
version
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...