Payout
@human-protocol/sdk / types / Payout
Type Alias: Payout
Payout =
object
Defined in: types.ts:177
Represents a payout from an escrow.
Properties
amount
amount:
bigint
Defined in: types.ts:193
The amount paid to the recipient.
createdAt
createdAt:
number
Defined in: types.ts:197
The timestamp when the payout was created (in UNIX format).
escrowAddress
escrowAddress:
string
Defined in: types.ts:185
The address of the escrow associated with the payout.
id
id:
string
Defined in: types.ts:181
Unique identifier of the payout.
recipient
recipient:
string
Defined in: types.ts:189
The address of the recipient who received the payout.
Last updated