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

Enum ArgType

bridge/src/client/cli/validation.rs:10–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8use super::query_response::{Response, ResponseStatus};
9
10pub enum ArgType {
11 DepositorPublicKey(PublicKey),
12 ChainAddress(Address),
13 OutPoint(OutPoint),
14 Satoshis(Amount),
15 EcdsaSignature(ecdsa::Signature),
16 TaprootSignature(taproot::Signature),
17}
18
19pub fn validate(
20 matches: &ArgMatches,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected