Skip to main content

PaymentPayload

@cashu/cashu-ts


@cashu/cashu-ts / PaymentPayload

Type Alias: PaymentPayload

PaymentPayload = object

Defined in: cashu-ts/src/model/types/wallet/index.ts:47

Payload that needs to be sent to the mint when paying a lightning invoice.

Properties

pr

pr: string

Defined in: cashu-ts/src/model/types/wallet/index.ts:51

Payment request/Lighting invoice that should get paid by the mint.


proofs

proofs: Proof[]

Defined in: cashu-ts/src/model/types/wallet/index.ts:55

Proofs, matching Lightning invoices amount + fees.