Function useSourceChannelId

  • React hook to get the source chain channel ID for the given source chain and recipient chain IBC pair

    Parameters

    Returns SWRResponse<{
        data: string;
        status: "success";
    } | {
        message: string;
        status: "failure";
    }, any, any>