Avalanche SDK Client
    Preparing search index...

    Type Alias PChainTransactionStatus

    PChainTransactionStatus: "Committed" | "Pending" | "Dropped" | "Unknown"

    Represents the status of a transaction.

    • Committed: The transaction is (or will be) accepted by every node.
    • Pending: The transaction is being voted on by this node.
    • Dropped: The transaction will never be accepted by any node in the network. Check the reason field for more information.
    • Unknown: The transaction hasn’t been seen by this node.