Transaction details for user confirmation

interface TransactionDetails {
    amount: number;
    description: string;
    targetUrl?: string;
    tokenId?: string;
    transaction: any;
    txHash: string;
}

Properties

amount: number

Amount in DEM being burned/spent

description: string

Description of what this transaction does

targetUrl?: string

Target URL for attestation requests

tokenId?: string

Token ID for store transactions

transaction: any

The signed transaction object

txHash: string

Transaction hash