Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IEthPublicKeyCamel

Adds camelCase support for IEthPublicKey.

Fully qualified path: openzeppelin_interfaces::account::accounts::IEthPublicKeyCamel

pub trait IEthPublicKeyCamel<TState>

Trait functions

getPublicKey

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

fn getPublicKey(self: @TState) -> Secp256k1Point

setPublicKey

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

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