Preparing search index...
The search index is not available
solana-agent-kit
solana-agent-kit
ActionExample
Interface ActionExample
Example of an action with input and output
interface
ActionExample
{
explanation
:
string
;
input
:
Record
<
string
,
any
>
;
output
:
Record
<
string
,
any
>
;
}
Index
Properties
explanation
input
output
Properties
explanation
explanation
:
string
input
input
:
Record
<
string
,
any
>
output
output
:
Record
<
string
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
explanation
input
output
solana-agent-kit
Loading...
Example of an action with input and output