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

    Type Alias TransactionConfirmation

    Transaction confirmation result

    type TransactionConfirmation = {
        success: boolean;
        txId?: string;
        blockNumber?: number;
        error?: string;
    }
    Index

    Properties

    success: boolean

    Whether the transaction was confirmed

    txId?: string

    Transaction ID/hash

    blockNumber?: number

    Block number containing the transaction

    error?: string

    Error message if failed