TransactionStatus
type TransactionStatus = "INCLUDED" | "PENDING" | "UNKNOWN";
Defined in: lib/mina/v1/graphql.ts:239
INCLUDED: A transaction that is on the longest chain
PENDING: A transaction either in the transition frontier or in transaction pool but is not on the longest chain
UNKNOWN: The transaction has either been snarked, reached finality through consensus or has been dropped