Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

EventRegistered

Fully qualified path: dojo::world::world_contract::world::EventRegistered

[derive(Drop, starknet::Event)]
pub struct EventRegistered {
    pub name: ByteArray,
    pub namespace: ByteArray,
    pub class_hash: ClassHash,
    pub address: ContractAddress,
}

Members

name

Fully qualified path: dojo::world::world_contract::world::EventRegistered::name

pub name: ByteArray

namespace

Fully qualified path: dojo::world::world_contract::world::EventRegistered::namespace

pub namespace: ByteArray

class_hash

Fully qualified path: dojo::world::world_contract::world::EventRegistered::class_hash

pub class_hash: ClassHash

address

Fully qualified path: dojo::world::world_contract::world::EventRegistered::address

pub address: ContractAddress