RpcSchema: readonly {
    Method: string;
    Parameters?: unknown;
    ReturnType: unknown;
}[]

Generated using TypeDoc