Skip to content

Interface: PlainHtlcEarlyResolveProof

JSON-compatible and human-readable format of HTLC early resolve proofs.

Properties

creator

creator: string

The creator (also called the "sender") of the HTLC

Defined in

web.d.ts:221


creatorPathLength

creatorPathLength: number

Defined in

web.d.ts:224


creatorPublicKey

creatorPublicKey: string

Defined in

web.d.ts:223


creatorSignature

creatorSignature: string

Defined in

web.d.ts:222


pathLength

pathLength: number

Defined in

web.d.ts:217


publicKey

publicKey: string

Defined in

web.d.ts:216


raw

raw: string

Defined in

web.d.ts:210


signature

signature: string

Defined in

web.d.ts:215


signer

signer: string

The signer (also called the "recipient") of the HTLC

Defined in

web.d.ts:214