sc_consensus ::import_queue Type Alias RuntimeOrigin Copy item path
Summary Source pub type RuntimeOrigin = PeerId ;
Expand description Maps to the RuntimeOrigin used by the network.
struct RuntimeOrigin { }
Implementations Try to extract PeerId
from Multiaddr
.
Tries to turn a Multihash
into a PeerId
.
If the multihash does not use a valid hashing algorithm for peer IDs,
or the hash value does not satisfy the constraints for a hashed
peer ID, it is returned as an Err
.
Parses a PeerId
from bytes.
Returns a raw bytes representation of this PeerId
.
Returns a base-58 encoded string of this PeerId
.
Convert PeerId
into ed25519 public key bytes.
Get PeerId
from ed25519 public key bytes.
Trait Implementations Converts this type into a shared reference of the (usually inferred) input type.
Performs copy-assignment from
source
.
Read more Formats the value using the given formatter.
Read more Formats the value using the given formatter.
Read more Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
The associated error which can be returned from parsing.
Parses a string
s
to return a value of this type.
Read more Compares and returns the maximum of two values.
Read more Compares and returns the minimum of two values.
Read more Restrict a value to a certain interval.
Read more Tests for self
and other
values to be equal, and is used by ==
.
Tests for !=
. The default implementation is almost always sufficient,
and should not be overridden without very good reason.
This method returns an ordering between
self
and
other
values if one exists.
Read more Tests less than (for
self
and
other
) and is used by the
<
operator.
Read more Tests less than or equal to (for
self
and
other
) and is used by the
<=
operator.
Read more Tests greater than (for
self
and
other
) and is used by the
>
operator.
Read more Tests greater than or equal to (for
self
and
other
) and is used by
the
>=
operator.
Read more