Struct bitcoinrpc_util::DescribeAddressVisitor
source · pub struct DescribeAddressVisitor {}Expand description
Implementations§
source§impl DescribeAddressVisitor
impl DescribeAddressVisitor
pub fn invoke_with_nodestination(&self, dest: &NoDestination) -> UniValue
pub fn invoke_with_pkhash(&self, keyid: &PKHash) -> UniValue
pub fn invoke_with_scripthash(&self, scriptid: &ScriptHash) -> UniValue
pub fn invoke_with_witnessv0_keyhash(&self, id: &WitnessV0KeyHash) -> UniValue
pub fn invoke_with_witnessv0_scripthash( &self, id: &WitnessV0ScriptHash ) -> UniValue
pub fn invoke_with_witnessv1_taproo(&self, tap: &WitnessV1Taproot) -> UniValue
pub fn invoke_with_witnessunknown(&self, id: &WitnessUnknown) -> UniValue
Trait Implementations§
source§impl Default for DescribeAddressVisitor
impl Default for DescribeAddressVisitor
source§fn default() -> DescribeAddressVisitor
fn default() -> DescribeAddressVisitor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for DescribeAddressVisitor
impl Send for DescribeAddressVisitor
impl Sync for DescribeAddressVisitor
impl Unpin for DescribeAddressVisitor
impl UnwindSafe for DescribeAddressVisitor
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more