xrpl
    Preparing search index...

    Interface PingResponse

    Response expected from a PingRequest.

    interface PingResponse {
        api_version?: number;
        forwarded?: boolean;
        id: string | number;
        result: { role?: string; unlimited?: boolean };
        status?: string;
        type: string;
        warning?: "load";
        warnings?: ResponseWarning[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    api_version?: number
    forwarded?: boolean
    id: string | number
    result: { role?: string; unlimited?: boolean }
    status?: string
    type: string
    warning?: "load"
    warnings?: ResponseWarning[]