Logo
Explore Help
Sign In
caleno/ghost-node
1
0
Fork 0
You've already forked ghost-node
mirror of https://git.ghostchain.io/proxmio/ghost-node.git synced 2025-12-27 11:19:57 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
3040dfb7758ae95806976349346ba65efb9fb8ae
ghost-node/pallets/slow-clap/src/weights.rs

12 lines
251 B
Rust
Raw Normal View History

inital commit, which is clearly not initial Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
2024-10-03 15:38:52 +03:00
use frame_support::weights::Weight;
pub trait WeightInfo {
update for slow-claps: remove companions, updgrade block range storage, new way of commission accumulation Signed-off-by: Uncle Stinky <uncle.stinky@ghostchain.io>
2025-05-31 14:30:15 +03:00
fn slow_clap() -> Weight;
ability to do self applause if claps received Signed-off-by: Uncle Stinky <uncle.stinky@ghostchain.io>
2025-06-04 15:44:53 +03:00
fn self_applause()-> Weight;
inital commit, which is clearly not initial Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
2024-10-03 15:38:52 +03:00
}
impl WeightInfo for () {
update for slow-claps: remove companions, updgrade block range storage, new way of commission accumulation Signed-off-by: Uncle Stinky <uncle.stinky@ghostchain.io>
2025-05-31 14:30:15 +03:00
fn slow_clap()-> Weight { Weight::zero() }
ability to do self applause if claps received Signed-off-by: Uncle Stinky <uncle.stinky@ghostchain.io>
2025-06-04 15:44:53 +03:00
fn self_applause()-> Weight { Weight::zero() }
inital commit, which is clearly not initial Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
2024-10-03 15:38:52 +03:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 81ms Template: 7ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API