Function useSourceChannelId
- useSourceChannelId(sourceChain, recipientChain, enabled?): SWRResponse<{ 
    data: string; 
    status: "success"; 
} | { 
    message: string; 
    status: "failure"; 
}, any, any> Returns SWRResponse<{ 
    data: string; 
    status: "success"; 
} | { 
    message: string; 
    status: "failure"; 
}, any, any>
React hook to get the source chain channel ID for the given source chain and recipient chain IBC pair