The way to check for confirmation requires users to poll confirmation statuses in a loop. This commit adds signals so the user can connect them instead. The signals utilize the ws client to subscribe to the signature if there is a connection made to the signal.
Please check if the PR fulfills these requirements
[ ] The commit(s) are rebased and squashed
[ ] Commits are concise and does not contain several different changes.
[ ] Issue is linked.
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
What is the current behavior? (You can also link to an open issue here)
What is the new behavior (if this is a feature change)?
The way to check for confirmation requires users to poll confirmation statuses in a loop. This commit adds signals so the user can connect them instead. The signals utilize the ws client to subscribe to the signature if there is a connection made to the signal.
Please check if the PR fulfills these requirements
[ ] The commit(s) are rebased and squashed
[ ] Commits are concise and does not contain several different changes.
[ ] Issue is linked.
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
What is the current behavior? (You can also link to an open issue here)
What is the new behavior (if this is a feature change)?
Other information: