MCPcopy Create free account
hub / github.com/SeismicSystems/summit / add_block

Method add_block

types/src/utils.rs:91–94  ·  view source on GitHub ↗
(&mut self, block_number: u64, block_hash: B256, filename: String)

Source from the content-addressed store, hash-verified

89 101,
90 1_000_000_000,
91 32_000_000_000,
92 u64::MAX,
93 ];
94
95 for amount in amounts {
96 for tax_percent in 0..=100 {
97 let (refund_amount, tax_amount) = invalid_deposit_refund_split(amount, tax_percent);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected