Skip to main content

ReceiveResponse

@cashu/cashu-ts


@cashu/cashu-ts / ReceiveResponse

Type Alias: ReceiveResponse

ReceiveResponse = object

Defined in: cashu-ts/src/model/types/wallet/responses.ts:21

Response when receiving a complete token.

Properties

token

token: Token

Defined in: cashu-ts/src/model/types/wallet/responses.ts:25

Successfully received Cashu Token


tokensWithErrors

tokensWithErrors: Token | undefined

Defined in: cashu-ts/src/model/types/wallet/responses.ts:29

TokenEntries that had errors. No error will be thrown, but clients can choose to handle tokens with errors accordingly.