Monitor signer status

This commit is contained in:
Jon Staab
2025-07-30 15:54:10 -07:00
parent 8697cc23be
commit 03b42c8276
5 changed files with 46 additions and 7 deletions
+4
View File
@@ -6,6 +6,10 @@ export type ToastParams = {
message: string
timeout?: number
theme?: "error"
action?: {
message: string
onclick: () => void
}
}
export type Toast = ToastParams & {