Trait ink_env::Topics

source ·
pub trait Topics {
;

    // Required method
;
}
Expand description

Implemented by event types to guide the event topic serialization using the topics builder.

Normally this trait should be implemented automatically via the ink! codegen.

Required Associated Types§

source

Type state indicating how many event topics are to be expected by the topics builder.

Required Methods§

source

Guides event topic serialization using the given topics builder.

Implementors§