Documentation for executeAction
solana-agent-kit / executeAction
executeAction(
action
,agent
,input
):Promise
<Record
<string
,any
>>
Defined in: utils/actionExecutor.ts:20
Execute an action with the given input
Action
Record
<string
, any
>
Promise
<Record
<string
, any
>>