Skip to content

@nimiq/core / PlainHtlcEarlyResolveProof

Interface: PlainHtlcEarlyResolveProof

Defined in: @nimiq/core/types/wasm/web.d.ts:209

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

Properties

creator

creator: string

Defined in: @nimiq/core/types/wasm/web.d.ts:221

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


creatorPathLength

creatorPathLength: number

Defined in: @nimiq/core/types/wasm/web.d.ts:224


creatorPublicKey

creatorPublicKey: string

Defined in: @nimiq/core/types/wasm/web.d.ts:223


creatorSignature

creatorSignature: string

Defined in: @nimiq/core/types/wasm/web.d.ts:222


pathLength

pathLength: number

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


publicKey

publicKey: string

Defined in: @nimiq/core/types/wasm/web.d.ts:216


raw

raw: string

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


signature

signature: string

Defined in: @nimiq/core/types/wasm/web.d.ts:215


signer

signer: string

Defined in: @nimiq/core/types/wasm/web.d.ts:214

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