Type alias AgentRPCRequestParams<T>

AgentRPCRequestParams<T>: {
    metadata?: {
        [Key: string]: JSONValue;
    } & Partial<{
        authorization: string;
        timeout: number;
    }>;
} & Omit<T, "metadata">

Type Parameters

Type declaration

  • Optional metadata?: {
        [Key: string]: JSONValue;
    } & Partial<{
        authorization: string;
        timeout: number;
    }>

Generated using TypeDoc