Type Alias Handler

Handler: (
    agent: EvmAgentKit,
    input: Record<string, any>,
) => Promise<Record<string, any>>

Handler function type for executing the action

Type declaration

    • (agent: EvmAgentKit, input: Record<string, any>): Promise<Record<string, any>>
    • Parameters

      Returns Promise<Record<string, any>>