EscrowWithdraw

@human-protocol/sdk


@human-protocol/sdk / types / EscrowWithdraw

Type Alias: EscrowWithdraw

EscrowWithdraw = object

Defined in: types.ts:159

Represents the response data for an escrow withdrawal.

Properties

amountWithdrawn

amountWithdrawn: bigint

Defined in: types.ts:171

The amount withdrawn from the escrow.


tokenAddress

tokenAddress: string

Defined in: types.ts:167

The address of the token used for the withdrawal.


txHash

txHash: string

Defined in: types.ts:163

The hash of the transaction associated with the escrow withdrawal.

Last updated