Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sube Examples: Listen to Blockchain Events #29

Open
S0c5 opened this issue Apr 4, 2023 · 0 comments
Open

Sube Examples: Listen to Blockchain Events #29

S0c5 opened this issue Apr 4, 2023 · 0 comments
Assignees
Labels

Comments

@S0c5
Copy link
Member

S0c5 commented Apr 4, 2023

As a developer usually I'd love to listen to blockchain changes like "balance.transfer" to perform actions.

sube_on!("https://kusama.polkadot.io", ["balance.transfer",  "account.xyz"], |event| {
 // some logic
})


impl Iterable for Response {
   next() {

   }
}
@S0c5 S0c5 added the examples label Apr 4, 2023
@S0c5 S0c5 self-assigned this Apr 4, 2023
olanod pushed a commit that referenced this issue Nov 16, 2023
fix(key_pair): generate seed from entropy, apply on existing vault backends
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant