Avalanche SDK Client
    Preparing search index...

    Type Alias XChainTransactionStatus

    XChainTransactionStatus: "Accepted" | "Processing" | "Rejected" | "Unknown"

    Represents the possible statuses of an X-Chain transaction.

    • Accepted: Transaction has been accepted and included in a block
    • Processing: Transaction is being processed
    • Rejected: Transaction was rejected
    • Unknown: Transaction status cannot be determined