Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

InternalTrait

Fully qualified path: erc4906::erc4906_component::ERC4906Component::InternalTrait

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

Trait functions

initializer

Fully qualified path: erc4906::erc4906_component::ERC4906Component::InternalTrait::initializer

fn initializer(ref self: ComponentState<TContractState>)

_emit_metadata_update

Fully qualified path: erc4906::erc4906_component::ERC4906Component::InternalTrait::_emit_metadata_update

fn _emit_metadata_update(ref self: ComponentState<TContractState>, token_id: u256)

_emit_batch_metadata_update

Fully qualified path: erc4906::erc4906_component::ERC4906Component::InternalTrait::_emit_batch_metadata_update

fn _emit_batch_metadata_update(
    ref self: ComponentState<TContractState>, from_token_id: u256, to_token_id: u256,
)