Interface: EthTransferUpdateRequestDto
Hierarchy​
↳
EthTransferUpdateRequestDto
↳↳
EthTransferUpdateDto
Properties​
_id​
• _id: string
collect​
• collect: EthCollectInfo
createdAt​
• createdAt: Date
create date-time
Inherited from​
EthTransferCreateDto.createdAt
deposit​
• deposit: EthDepositInfo
Inherited from​
expires​
• expires: Object
Type declaration​
Name | Type |
---|---|
at? | Date |
block? | number |
Inherited from​
fees​
• fees: string
the transfer fees in wei
tjs-type
string
Inherited from​
from​
• from: string
senders address
tjs-type
string
Inherited from​
message​
• message: string
free text to be attached to this transfer
tjs-type
string
Inherited from​
retrieve​
• retrieve: EthRetrieveInfo
salt​
• salt: string
Inherited from​
secretHash​
• secretHash: string
hash use to verify recipient pass code
tjs-type
string
Inherited from​
EthTransferCreateDto.secretHash
state​
• state: EthTransferState
transfer state
tjs-type
EthTransferState
Overrides​
swap​
• Optional
swap: EthSwapInfo
Inherited from​
to​
• to: string
the destination address
tjs-type
string
Inherited from​
token​
• Optional
token: EthTokenInfo
Inherited from​
txid​
• txid: string
Inherited from​
updatedAt​
• updatedAt: Date
update date-time
tjs-type
Date
Inherited from​
EthTransferCreateDto.updatedAt
value​
• value: string
the transfer amount in wei
tjs-type
string