@alphafi/alphalend-sdk - v1.1.2
    Preparing search index...

    Interface TransactionResponse

    Response structure for transaction operations

    interface TransactionResponse {
        gasFee?: Decimal;
        status: "success" | "failure";
        timestamp?: number;
        txDigest: string;
    }
    Index

    Properties

    gasFee?: Decimal

    Gas fee paid for the transaction

    status: "success" | "failure"

    Status of the transaction

    timestamp?: number

    Timestamp when the transaction completed

    txDigest: string

    Transaction hash/digest