Struct nash_protocol::types::blockchain::neo::PublicKey [−][src]
pub struct PublicKey {
pub inner: Secp256r1Point,
}Expand description
NEO public key representation
Fields
inner: Secp256r1PointImplementations
Return the PublicKey as a vector of bytes.
generate Neo address from public key
Get Secp256r1 point associated with NEO public key
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PublicKey
impl UnwindSafe for PublicKey
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more