Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

InternalTrait

Fully qualified path: openzeppelin_account::extensions::src9::src9::SRC9Component::InternalTrait

pub trait InternalTrait<
    TContractState,
    +HasComponent<TContractState>,
    impl SRC5: HasComponent<TContractState>,
    +Drop<TContractState>,
>

Trait functions

initializer

Initializes the account by registering the ISRC9_V2 interface ID.

Fully qualified path: openzeppelin_account::extensions::src9::src9::SRC9Component::InternalTrait::initializer

fn initializer(ref self: ComponentState<TContractState>)