Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IPublicKeyCamel

Adds camelCase support for IPublicKey.

Fully qualified path: openzeppelin_interfaces::account::accounts::IPublicKeyCamel

pub trait IPublicKeyCamel<TState>

Trait functions

getPublicKey

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

fn getPublicKey(self: @TState) -> felt252

setPublicKey

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

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