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

Method get_maximum_stake

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

Source from the content-addressed store, hash-verified

293 joining_epoch: a.joining_epoch,
294 last_deposit_index: a.last_deposit_index,
295 }),
296 None => Err(RpcError::ValidatorNotFound.into()),
297 }
298 }
299
300 async fn get_minimum_stake(&self) -> RpcResult<u64> {
301 let minimum_stake = self.state_query.get_minimum_stake().await;

Callers 1

test_get_maximum_stakeFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_get_maximum_stakeFunction · 0.36