MCPcopy Create free account
hub / github.com/BitVM/BitVM / Faucet

Class Faucet

bridge/tests/bridge/faucet.rs:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30pub struct Faucet {
31 faucet_type: FaucetType,
32 client: Client,
33}
34
35impl Default for Faucet {
36 fn default() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected