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

Class FundResult

bridge/tests/bridge/faucet.rs:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19#[derive(Serialize, Deserialize)]
20struct FundResult {
21 txid: Txid,
22 address: String,
23}
24
25pub enum FaucetType {
26 Signet,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected