MCPcopy Index your code
hub / github.com/chain/Core / loadKeys

Method loadKeys

perf/UtxoReservation.java:194–200  ·  view source on GitHub ↗
(Client client)

Source from the content-addressed store, hash-verified

192 }
193
194 static void loadKeys(Client client) throws Exception {
195 Key.Items keys = new MockHsm.Key.QueryBuilder().execute(client);
196 while (keys.hasNext()) {
197 Key k = keys.next();
198 HsmSigner.addKey(k.xpub, MockHsm.getSignerClient(client));
199 }
200 }
201}

Callers 2

setupMethod · 0.95
transactMethod · 0.95

Calls 5

addKeyMethod · 0.95
getSignerClientMethod · 0.95
hasNextMethod · 0.80
executeMethod · 0.45
nextMethod · 0.45

Tested by

no test coverage detected