status
Type Alias: status
type status = "pending" | "applied" | "failed" | "unknown";
Defined in: packages/api/src/client/types.gen.ts:919
The status of the transaction.
Updated 10 days ago
type status = "pending" | "applied" | "failed" | "unknown";
Defined in: packages/api/src/client/types.gen.ts:919
The status of the transaction.
Updated 10 days ago