MCPcopy Create free account
hub / github.com/ChorusOne/solido / new_keypair

Method new_keypair

testlib/src/solido_context.rs:55–57  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

53 DeterministicKeypairGen { rng }
54 }
55 pub fn new_keypair(&mut self) -> Keypair {
56 Keypair::generate(&mut self.rng)
57 }
58}
59
60#[test]

Callers 15

test_deterministic_keyFunction · 0.80
new_emptyMethod · 0.80
create_mintMethod · 0.80
create_stake_accountMethod · 0.80
create_vote_accountMethod · 0.80
create_accountMethod · 0.80
add_maintainerMethod · 0.80
add_validatorMethod · 0.80
try_depositMethod · 0.80
try_withdrawMethod · 0.80

Calls

no outgoing calls