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

Allow messages for POST responses #51

Closed danmt closed 2 months ago

danmt commented 2 months ago

According to the spec the POST response includes a message, the current implementation doesn't allow it. The POST should return ActionTransaction rather than Transaction.