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

    Type Alias TransactionConfirmation

    Transaction confirmation result from Soroban RPC

    type TransactionConfirmation = {
        success: boolean;
        status?: TransactionStatus;
        hash?: string;
        ledger?: number;
        error?: string;
    }
    Index

    Properties

    success: boolean

    Whether the transaction was confirmed

    Transaction lifecycle status

    hash?: string

    Transaction hash

    ledger?: number

    Ledger number where transaction was included

    error?: string

    Error message if failed