Preparing search index...
The search index is not available
@aeternity/aepp-sdk
@aeternity/aepp-sdk
<internal>
TxUnpackedSpendTx1
Interface TxUnpackedSpendTx1
interface
TxUnpackedSpendTx1
{
amount
:
string
;
fee
:
string
;
nonce
:
number
;
payload
:
`
ba_
${
string
}
`
;
recipientId
:
`
ct_
${
string
}
`
|
`
ak_
${
string
}
`
|
`
nm_
${
string
}
`
;
senderId
:
`
ak_
${
string
}
`
;
tag
:
SpendTx
;
ttl
:
number
;
version
:
1
;
}
Hierarchy (
view full
)
TxUnpackedSpendTx1Type
TxUnpackedSpendTx1
Index
Properties
amount
fee
nonce
payload
recipient
Id
sender
Id
tag
ttl
version
Properties
amount
amount
:
string
= coinAmount
fee
fee
:
string
nonce
nonce
:
number
= ...
payload
payload
:
`
ba_
${
string
}
`
= ...
recipient
Id
recipient
Id
:
`
ct_
${
string
}
`
|
`
ak_
${
string
}
`
|
`
nm_
${
string
}
`
= ...
sender
Id
sender
Id
:
`
ak_
${
string
}
`
= ...
tag
tag
:
SpendTx
= ...
ttl
ttl
:
number
version
version
:
1
= ...
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
amount
fee
nonce
payload
recipient
Id
sender
Id
tag
ttl
version
@aeternity/aepp-sdk
Loading...