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