Struct bitcoin_rpc_client::AddressValidationResult[][src]

pub struct AddressValidationResult { /* fields omitted */ }

Most of the Option are due to different address formats Different fields are returned for P2PKH and P2SH addresses.

Trait Implementations

impl Debug for AddressValidationResult
[src]

Formats the value using the given formatter. Read more

impl PartialEq for AddressValidationResult
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations