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

    Type Alias TransactionConfirmation

    Transaction confirmation result

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

    Properties

    success: boolean

    Whether the transaction was confirmed

    Transaction lifecycle status

    lt?: bigint

    Logical time of the transaction

    hash?: string

    Transaction hash

    error?: string

    Error message if failed