Skip to content

PERS SDK - v2.3.26 / Exports / PendingTransactionParams

Interface: PendingTransactionParams

Parameters for submitting a pending transaction (signed but not yet submitted) Used in QR code flows where user signs transaction and business submits it later

Migrated from loyalty app: framework/domains/transaction/application/transaction.facade.ts

Table of contents

Properties

Properties

transactionId

transactionId: string

Transaction ID from signing result

Defined in

transaction/models/transaction-request.builder.ts:112


transactionFormat

transactionFormat: string

Transaction format (e.g., 'EIP-712')

Defined in

transaction/models/transaction-request.builder.ts:114


signature

signature: string

User's signature from WebAuthn signing

Defined in

transaction/models/transaction-request.builder.ts:116