heavy-duty / znap

Performance-first Rust Framework to build APIs compatible with the Solana Actions Spec.
Apache License 2.0
60 stars 1 forks source link

Action metadata should be optional when declaring Actions #44

Closed danmt closed 2 months ago

danmt commented 2 months ago

While static actions rely on this information to properly give the user context about the action, for dynamic actions this data is generated on-demand so having hard-coded values is unnecessary. Action Metadata should be optional when declaring.