EscrowCancel
@human-protocol/sdk / types / EscrowCancel
Type Alias: EscrowCancel
EscrowCancel =
object
Defined in: types.ts:145
Represents the response data for an escrow cancellation.
Properties
amountRefunded
amountRefunded:
bigint
Defined in: types.ts:153
The amount refunded in the escrow cancellation.
txHash
txHash:
string
Defined in: types.ts:149
The hash of the transaction associated with the escrow cancellation.
Last updated