Get wallet details action.

Implements

Constructors

Properties

Constructors

Properties

argsSchema: ZodObject<{}, "strip", ZodTypeAny, {}, {}> = GetWalletDetailsInput

Schema for validating action arguments

description: string = "This tool will get details about the MPC Wallet."

A description of what the action does

func: (wallet: Wallet, _: {}) => Promise<string> = getWalletDetails

The function to execute for this action

Type declaration

    • (wallet: Wallet, _: {}): Promise<string>
    • Gets a wallet's details.

      Parameters

      • wallet: Wallet

        The wallet to get details from.

      • _: {}

        The input arguments for the action.

      Returns Promise<string>

      A message containing the wallet details.

name: string = "get_wallet_details"

The name of the action