pub fn solana_not_supported_transaction<T>() -> Result<T, TransactionError>Expand description
Returns an error indicating that Solana relayers are not supported.
ยงReturns
A Result that always contains a TransactionError::NotSupported error.
pub fn solana_not_supported_transaction<T>() -> Result<T, TransactionError>Returns an error indicating that Solana relayers are not supported.
A Result that always contains a TransactionError::NotSupported error.