Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IEthPublicKeyCamelSafeDispatcherTrait

Fully qualified path: openzeppelin_interfaces::account::accounts::IEthPublicKeyCamelSafeDispatcherTrait

Part of the group: dispatchers

pub trait IEthPublicKeyCamelSafeDispatcherTrait<T>

Trait functions

getPublicKey

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

fn getPublicKey(self: T) -> Result<Secp256k1Point, Array<felt252>>

setPublicKey

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

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