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

Method get_minimum_stake

rpc/src/server.rs:290–293  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

288 async fn get_minimum_stake(&self) -> RpcResult<u64> {
289 let minimum_stake = self.state_query.get_minimum_stake().await;
290 Ok(minimum_stake)
291 }
292
293 async fn get_maximum_stake(&self) -> RpcResult<u64> {
294 let maximum_stake = self.state_query.get_maximum_stake().await;
295 Ok(maximum_stake)
296 }

Callers 1

test_get_minimum_stakeFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_get_minimum_stakeFunction · 0.36