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

@nimiq/core/types/wasm/web.d.ts:217


creatorPathLength

creatorPathLength: number

Defined in

@nimiq/core/types/wasm/web.d.ts:220


creatorPublicKey

creatorPublicKey: string

Defined in

@nimiq/core/types/wasm/web.d.ts:219


creatorSignature

creatorSignature: string

Defined in

@nimiq/core/types/wasm/web.d.ts:218


pathLength

pathLength: number

Defined in

@nimiq/core/types/wasm/web.d.ts:213


publicKey

publicKey: string

Defined in

@nimiq/core/types/wasm/web.d.ts:212


raw

raw: string

Defined in

@nimiq/core/types/wasm/web.d.ts:206


signature

signature: string

Defined in

@nimiq/core/types/wasm/web.d.ts:211


signer

signer: string

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

Defined in

@nimiq/core/types/wasm/web.d.ts:210