Interface: EthTransferCreateRequestDto
Hierarchy​
EthTransferCreateRequestDto
Properties​
deposit​
• deposit: EthDepositInfo
fees​
• fees: string
the transfer fees in wei
tjs-type
string
from​
• from: string
senders address
tjs-type
string
message​
• message: string
free text to be attached to this transfer
tjs-type
string
salt​
• salt: string
secretHash​
• secretHash: string
hash use to verify recipient pass code
tjs-type
string
state​
• state: EthTransferState
swap​
• Optional
swap: EthSwapInfo
to​
• to: string
the destination address
tjs-type
string
token​
• Optional
token: EthTokenInfo
txid​
• txid: string
updatedAt​
• updatedAt: Date
update date-time
tjs-type
Date
value​
• value: string
the transfer amount in wei
tjs-type
string