pub fn solana_not_supported_relayer<T>() -> Result<T, RelayerError>Expand description
Returns an error indicating that the endpoint is not supported for Solana relayers.
ยงReturns
Result<T, RelayerError>- Always returns aRelayerError::NotSupported.