post https://api.uniblock.dev/uni/v1/json-rpc#53
Retrieve the status of a transaction by its ID.
Description
Get the status of an atomic transaction sent to the network.
Signature:
avax.getAtomicTxStatus({txID: string}) -> {
status: string,
blockHeight: string // returned when status is Accepted
}
status
is one of:
Accepted
: The transaction is (or will be) accepted by every node. Check the blockHeight propertyProcessing
: The transaction is being voted on by this nodeDropped
: The transaction was dropped by this node because it thought the transaction invalidUnknown
: The transaction hasn’t been seen by this node