コンテンツにスキップ

PaymentAcceptedEvent

このコンテンツはまだ日本語訳がありません。

Defined in: src/observability/hooks.ts:106

Emitted by createX402Handler when settlement unlocks the inner handler.

Extends

Properties

amount

readonly amount: string

Defined in: src/observability/hooks.ts:110


durationMs

readonly durationMs: number

Defined in: src/observability/hooks.ts:48

Wall-clock duration of the observed operation in milliseconds.

Inherited from

ObservabilityEventBase.durationMs


kind

readonly kind: "payment_accepted"

Defined in: src/observability/hooks.ts:107


network

readonly network: "eip155:137" | "eip155:80002"

Defined in: src/observability/hooks.ts:111


payer

readonly payer: `0x${string}`

Defined in: src/observability/hooks.ts:109


requestUrl

readonly requestUrl: string

Defined in: src/observability/hooks.ts:108


startedAtMs

readonly startedAtMs: number

Defined in: src/observability/hooks.ts:46

Wall-clock unix milliseconds when the observed operation started.

Inherited from

ObservabilityEventBase.startedAtMs


transaction

readonly transaction: `0x${string}`

Defined in: src/observability/hooks.ts:112