PaymentAcceptedEvent
Defined in: src/observability/hooks.ts:106
Emitted by createX402Handler when settlement unlocks the inner handler.
Extends
Properties
amount
readonlyamount:string
Defined in: src/observability/hooks.ts:110
durationMs
readonlydurationMs:number
Defined in: src/observability/hooks.ts:48
Wall-clock duration of the observed operation in milliseconds.
Inherited from
ObservabilityEventBase.durationMs
kind
readonlykind:"payment_accepted"
Defined in: src/observability/hooks.ts:107
network
readonlynetwork:"eip155:137"|"eip155:80002"
Defined in: src/observability/hooks.ts:111
payer
readonlypayer:`0x${string}`
Defined in: src/observability/hooks.ts:109
requestUrl
readonlyrequestUrl:string
Defined in: src/observability/hooks.ts:108
startedAtMs
readonlystartedAtMs:number
Defined in: src/observability/hooks.ts:46
Wall-clock unix milliseconds when the observed operation started.
Inherited from
ObservabilityEventBase.startedAtMs
transaction
readonlytransaction:`0x${string}`
Defined in: src/observability/hooks.ts:112