Type Alias relay_substrate_client::AccountPublicOf
pub type AccountPublicOf<C> = <<C as Chain>::Signature as Verify>::Signer;
Expand description
Account public type used by the chain.
pub type AccountPublicOf<C> = <<C as Chain>::Signature as Verify>::Signer;
Account public type used by the chain.