openzeppelin_relayer::domain

Function solana_not_supported_transaction

Source
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.