@statechannels/client-api-schema > Participant
Participant interface
Container for data specific to a single state channel participant
Signature:
export interface Participant
Properties
Property | Type | Description |
---|---|---|
destination | Address | Address of EOA to receive channel proceeds (the account that'll get the funds). |
participantId | string | App allocated id, used for relaying messages to the participant |
signingAddress | Address | Address used to sign channel updates |