account_data_notifications_enabled=false

This commit is contained in:
GroovieGermanikus 2024-04-08 10:05:09 +02:00
parent 49d6119261
commit 6d9e7ff947
No known key found for this signature in database
GPG Key ID: 5B6EB831A5CD2015
1 changed files with 15 additions and 0 deletions

View File

@ -20,6 +20,21 @@ impl GeyserPlugin for Plugin {
}
fn on_unload(&mut self) {}
fn account_data_notifications_enabled(&self) -> bool {
// change from default which is true
false
}
fn transaction_notifications_enabled(&self) -> bool {
// the default
false
}
fn entry_notifications_enabled(&self) -> bool {
// the default
false
}
}
#[no_mangle]