Preparing search index...
The search index is not available
@aeternity/aepp-sdk
@aeternity/aepp-sdk
<internal>
TxParamsChannelCloseMutualTx1
Interface TxParamsChannelCloseMutualTx1
interface
TxParamsChannelCloseMutualTx1
{
_canIncreaseFee
?:
boolean
;
channelId
:
`
ch_
${
string
}
`
;
denomination
?:
AE_AMOUNT_FORMATS
;
fee
?:
Int
;
fromId
:
`
ak_
${
string
}
`
;
initiatorAmountFinal
:
Int
;
nonce
:
number
;
responderAmountFinal
:
Int
;
tag
:
ChannelCloseMutualTx
;
ttl
?:
number
;
version
?:
1
;
}
Hierarchy (
View Summary
)
TxParamsChannelCloseMutualTx1Type
TxParamsChannelCloseMutualTx1
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
:
ChannelCloseMutualTx
= ...
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...