package
0.4.5
Repository: https://github.com/plunder-app/plunder.git
Documentation: pkg.go.dev

# Functions

ParlayActionDetails - This should return an array of action descriptions.
ParlayActionList - This should return an array of actions.
ParlayExec - Parses the action and the data that the action will consume <- action a string that details the action to be executed <- raw - raw JSON that will be manipulated into a correct struct that matches the action -> actions are an array of generated actions that the parser will then execute -> err is any error that has been generated.
ParlayPluginInfo - returns information about the plugin.
ParlayUsage - Returns the json that matches the specific action <- action is a string that defines which action the usage information should be <- raw - raw JSON that will be manipulated into a correct struct that matches the action -> err is any error that has been generated.