From efed06810220411c6c0ef35f19b4896ede826975 Mon Sep 17 00:00:00 2001
From: ArxysMarks <nva.dom@mail.ru>
Date: Wed, 30 Oct 2024 17:59:36 +0700
Subject: [PATCH] added atom confirmed notifier

---
 dists/interfaces/CellFrame/Chain.pyi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dists/interfaces/CellFrame/Chain.pyi b/dists/interfaces/CellFrame/Chain.pyi
index 8e319a89..7baf6380 100644
--- a/dists/interfaces/CellFrame/Chain.pyi
+++ b/dists/interfaces/CellFrame/Chain.pyi
@@ -54,6 +54,10 @@ class Chain(Protocol):
     def addAtomNotify(*args):
         pass
 
+    @staticmethod
+    def addAtomConfirmedNotify(*args):
+        pass
+
     @staticmethod
     def atomFindByHash(*args):
         pass
-- 
GitLab