#[derive(Transactable)]
{
// Attributes available to this derive:
#[etch]
}
Expand description
Derive Transactable for a struct with #[etch(collection = N)] fields.
Generates:
- A transaction struct (
{Name}Tx) withCollectionfields - An overlay struct (
{Name}Overlay) withOverlayfields - The full
Transactabletrait implementation