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
Resourcestrait for a struct.