@paycall-402/types
v0.1.1
Published
Shared protocol and integration types for Paycall 402.
Downloads
25
Readme
@paycall-402/types
Shared protocol and integration types for Paycall 402.
Important: Currently, only EIP-3009 tokens are supported for end-to-end payment and settlement flows.
Install
npm i @paycall-402/typesWhat this package contains
- Core HTTP 402 protocol shapes (
PaymentChallenge,PaymentProof) - Verification result/error types
- Nonce store and pricing interfaces
- Typed-data helper types used across client/server packages
Usage
import type { PaymentChallenge, PaymentProof, VerificationResult } from "@paycall-402/types";For end-to-end examples, see the repository root README: https://github.com/rohitsethii/paycall-402
