bryte_descriptor_attribute 0.1.0-alpha.2

Bryte-Descriptor attribute macro for defining an event
Documentation
1
2
3
4
5
6
7
8
9
# bryte-descriptor-attribute

This library provides macros for account and event structs that generate "descriptor" structs. These descriptor structs
hold the Borsh Schemas for your accounts or events. These schemas can be retrieved on-chain and used to deserialize 
account or event data.

This library supports both Solana programs and Anchor programs.

Please see the anchor-demo-program or bryte-descriptor-solana-demo for example usage.