Preparing search index...
The search index is not available
@aeternity/aepp-sdk
@aeternity/aepp-sdk
<internal>
TxParamsChannelWithdrawTx1
Interface TxParamsChannelWithdrawTx1
interface
TxParamsChannelWithdrawTx1
{
_canIncreaseFee
?:
boolean
;
amount
:
Int
;
channelId
:
`
ch_
${
string
}
`
;
denomination
?:
AE_AMOUNT_FORMATS
;
fee
:
undefined
|
Int
;
nonce
:
number
;
round
:
number
;
stateHash
:
`
st_
${
string
}
`
;
tag
:
ChannelWithdrawTx
;
toId
:
`
ak_
${
string
}
`
;
ttl
:
undefined
|
number
;
version
?:
1
;
}
Hierarchy (
view full
)
TxParamsChannelWithdrawTx1Type
TxParamsChannelWithdrawTx1
Index
Properties
_can
Increase
Fee?
amount
channel
Id
denomination?
fee
nonce
round
state
Hash
tag
to
Id
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
nonce
nonce
:
number
= ...
round
round
:
number
= shortUInt
state
Hash
state
Hash
:
`
st_
${
string
}
`
= ...
tag
tag
:
ChannelWithdrawTx
= ...
to
Id
to
Id
:
`
ak_
${
string
}
`
= ...
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
nonce
round
state
Hash
tag
to
Id
ttl
version
@aeternity/aepp-sdk
Loading...