Preparing search index...
The search index is not available
@aeternity/aepp-sdk
@aeternity/aepp-sdk
<internal>
TxUnpackedChannelWithdrawTx1
Interface TxUnpackedChannelWithdrawTx1
interface
TxUnpackedChannelWithdrawTx1
{
amount
:
string
;
channelId
:
`
ch_
${
string
}
`
;
fee
:
string
;
nonce
:
number
;
round
:
number
;
stateHash
:
`
st_
${
string
}
`
;
tag
:
ChannelWithdrawTx
;
toId
:
`
ak_
${
string
}
`
;
ttl
:
number
;
version
:
1
;
}
Hierarchy (
view full
)
TxUnpackedChannelWithdrawTx1Type
TxUnpackedChannelWithdrawTx1
Index
Properties
amount
channel
Id
fee
nonce
round
state
Hash
tag
to
Id
ttl
version
Properties
amount
amount
:
string
= uInt
channel
Id
channel
Id
:
`
ch_
${
string
}
`
= ...
fee
fee
:
string
nonce
nonce
:
number
= ...
round
round
:
number
= shortUInt
state
Hash
state
Hash
:
`
st_
${
string
}
`
= ...
tag
tag
:
ChannelWithdrawTx
= ...
to
Id
to
Id
:
`
ak_
${
string
}
`
= ...
ttl
ttl
:
number
version
version
:
1
= ...
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
amount
channel
Id
fee
nonce
round
state
Hash
tag
to
Id
ttl
version
@aeternity/aepp-sdk
Loading...