MethodInfo: Message<"virtufin.MethodInfo"> & {
    fullName: string;
    inputType: string;
    isClientStreaming: boolean;
    isServerStreaming: boolean;
    name: string;
    outputType: string;
}

Type declaration

  • fullName: string

    from field: string full_name = 2;

  • inputType: string

    from field: string input_type = 3;

  • isClientStreaming: boolean

    from field: bool is_client_streaming = 5;

  • isServerStreaming: boolean

    from field: bool is_server_streaming = 6;

  • name: string

    from field: string name = 1;

  • outputType: string

    from field: string output_type = 4;

from message virtufin.MethodInfo