T402 API Reference - v2.8.0
    Preparing search index...

    Interface PaymentResult

    Payment result

    interface PaymentResult {
        success: boolean;
        txHash?: string;
        network?: string;
        amount?: string;
        error?: string;
    }
    Index

    Properties

    success: boolean
    txHash?: string
    network?: string
    amount?: string
    error?: string