Skip to main content

Interface: EthTransferUpdateDto

Hierarchy​

Properties​

_id​

• _id: string

Inherited from​

EthTransferUpdateRequestDto._id


collect​

• collect: EthCollectInfo

Inherited from​

EthTransferUpdateRequestDto.collect


createdAt​

• createdAt: Date

create date-time

Inherited from​

EthTransferUpdateRequestDto.createdAt


deposit​

• deposit: EthDepositInfo

Inherited from​

EthTransferUpdateRequestDto.deposit


expires​

• expires: Object

Type declaration​

NameType
at?Date
block?number

Inherited from​

EthTransferUpdateRequestDto.expires


fees​

• fees: string

the transfer fees in wei

tjs-type string

Inherited from​

EthTransferUpdateRequestDto.fees


from​

• from: string

senders address

tjs-type string

Inherited from​

EthTransferUpdateRequestDto.from


message​

• message: string

free text to be attached to this transfer

tjs-type string

Inherited from​

EthTransferUpdateRequestDto.message


retrieve​

• retrieve: EthRetrieveInfo

Inherited from​

EthTransferUpdateRequestDto.retrieve


salt​

• salt: string

Inherited from​

EthTransferUpdateRequestDto.salt


secretHash​

• secretHash: string

hash use to verify recipient pass code

tjs-type string

Inherited from​

EthTransferUpdateRequestDto.secretHash


state​

• state: EthTransferState

transfer state

Overrides​

EthTransferUpdateRequestDto.state


swap​

• Optional swap: EthSwapInfo

Inherited from​

EthTransferUpdateRequestDto.swap


to​

• to: string

the destination address

tjs-type string

Inherited from​

EthTransferUpdateRequestDto.to


token​

• Optional token: EthTokenInfo

Inherited from​

EthTransferUpdateRequestDto.token


txid​

• txid: string

Inherited from​

EthTransferUpdateRequestDto.txid


updatedAt​

• updatedAt: Date

update date-time

Overrides​

EthTransferUpdateRequestDto.updatedAt


value​

• value: string

the transfer amount in wei

tjs-type string

Inherited from​

EthTransferUpdateRequestDto.value