Crate ixc_core_macros

Crate ixc_core_macros 

Source
Expand description

WARNING: This is an API preview! Expect major bugs, glaring omissions, and breaking changes! This is a macro utility crate for ixc_core.

Macros§

message_selector
Creates the message selector for the given message name.

Attribute Macros§

handler
This derives an account handler.
handler_api
This attribute macro should be attached to a trait that implements a handler API.
on_create
This attribute macro should be attached to the fn which is called when an account is created.
publish
This publishes a trait or struct impl block or a single fn within an impl block.

Derive Macros§

Resources
Derive the Resources trait for a struct.