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