odra-macros 2.5.1

Macros for Odra-based smart contracts.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod contract_schema;
mod custom_item;
mod custom_types;
mod entry_points;
mod errors;
mod events;

pub use contract_schema::SchemaItem;
pub use custom_item::SchemaCustomTypeItem;
pub use custom_types::SchemaCustomTypesItem;
pub use entry_points::{FactorySchemaEntrypointsItem, SchemaEntrypointsItem};
pub use errors::{FactorySchemaErrorsItem, SchemaErrorItem, SchemaErrorsItem};
pub use events::{FactorySchemaEventsItem, SchemaEventsItem};