Type Definition pdotc::GenericAddress

source ·
pub type GenericAddress = MultiAddress<AccountId32, ()>;

Trait Implementations§

source§

impl From<AccountId32> for GenericAddress

source§

fn from(a: AccountId32) -> Self

Converts to this type from the input type.
source§

impl From<Public> for GenericAddress

source§

fn from(p: EcdsaPublic) -> Self

Converts to this type from the input type.
source§

impl FromStr for GenericAddress

§

type Err = &'static str

The associated error which can be returned from parsing.
source§

fn from_str(s: &str) -> Result<Self, Self::Err>

Parses a string s to return a value of this type. Read more