• Web Client
  • API Reference
  • Interfaces
  • Plain Htlc Early Resolve Proof

@nimiq/core / PlainHtlcEarlyResolveProof

Interface: PlainHtlcEarlyResolveProof

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

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

Properties

creator

creator: string

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

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


creatorPathLength

creatorPathLength: number

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


creatorPublicKey

creatorPublicKey: string

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


creatorSignature

creatorSignature: string

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


pathLength

pathLength: number

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


publicKey

publicKey: string

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


raw

raw: string

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


signature

signature: string

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


signer

signer: string

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

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

Built with the Nimiq Vitepress Theme
Copy page
Create issue