Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

LibraryRegistered

Fully qualified path: dojo::world::world_contract::world::LibraryRegistered

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

Members

name

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

pub name: ByteArray

namespace

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

pub namespace: ByteArray

class_hash

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

pub class_hash: ClassHash