eosio.cdt
eosio.cdt copied to clipboard
action_wrapper for freestanding functions and not just methods.
The current system will only support methods of classes to "type check" against and construct the action_wrapper. This system should also allow for declaring a function to construct against for completeness and usability by contracts needing to create their own declarations for external contracts because of no provided action_wrapper's.