Preparing search index...
The search index is not available
@aeternity/aepp-sdk
@aeternity/aepp-sdk
<internal>
TxParamsNameTransferTx1
Interface TxParamsNameTransferTx1
interface
TxParamsNameTransferTx1
{
_canIncreaseFee
?:
boolean
;
accountId
:
`
ak_
${
string
}
`
;
denomination
?:
AE_AMOUNT_FORMATS
;
fee
:
undefined
|
Int
;
nameId
:
`
${
string
}
.chain
`
|
`
nm_
${
string
}
`
;
nonce
:
number
;
recipientId
:
`
ak_
${
string
}
`
|
`
nm_
${
string
}
`
;
tag
:
NameTransferTx
;
ttl
:
undefined
|
number
;
version
?:
1
;
}
Hierarchy (
view full
)
TxParamsNameTransferTx1Type
TxParamsNameTransferTx1
Index
Properties
_can
Increase
Fee?
account
Id
denomination?
fee
name
Id
nonce
recipient
Id
tag
ttl
version?
Properties
Optional
_can
Increase
Fee
_can
Increase
Fee
?:
boolean
account
Id
account
Id
:
`
ak_
${
string
}
`
= ...
Optional
denomination
denomination
?:
AE_AMOUNT_FORMATS
fee
fee
:
undefined
|
Int
name
Id
name
Id
:
`
${
string
}
.chain
`
|
`
nm_
${
string
}
`
nonce
nonce
:
number
= ...
recipient
Id
recipient
Id
:
`
ak_
${
string
}
`
|
`
nm_
${
string
}
`
= ...
tag
tag
:
NameTransferTx
= ...
ttl
ttl
:
undefined
|
number
Optional
version
version
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
_can
Increase
Fee
account
Id
denomination
fee
name
Id
nonce
recipient
Id
tag
ttl
version
@aeternity/aepp-sdk
Loading...