Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IEthPublicKeyCamelDispatcherTrait

Fully qualified path: openzeppelin_interfaces::account::accounts::IEthPublicKeyCamelDispatcherTrait

Part of the group: dispatchers

pub trait IEthPublicKeyCamelDispatcherTrait<T>

Trait functions

getPublicKey

Fully qualified path: openzeppelin_interfaces::account::accounts::IEthPublicKeyCamelDispatcherTrait::getPublicKey

fn getPublicKey(self: T) -> Secp256k1Point

setPublicKey

Fully qualified path: openzeppelin_interfaces::account::accounts::IEthPublicKeyCamelDispatcherTrait::setPublicKey

fn setPublicKey(self: T, newPublicKey: Secp256k1Point, signature: Span<felt252>)