diff --git a/token/client/src/client.rs b/token/client/src/client.rs index 6ebc769a2d8..c2858f41076 100644 --- a/token/client/src/client.rs +++ b/token/client/src/client.rs @@ -192,7 +192,7 @@ pub type ProgramClientResult = Result; /// Generic client interface for programs. #[async_trait] -pub trait ProgramClient +pub trait ProgramClient: Send + Sync where ST: SendTransaction + SimulateTransaction, {