pub struct ProgramRpcClientSendTransaction;Trait Implementations
Returns the “default value” for a type. Read more
fn send<'a>(
&self,
client: &'a RpcClient,
transaction: &'a Transaction
) -> Pin<Box<dyn Future<Output = ProgramClientResult<Self::Output>> + Send + 'a>>
Auto Trait Implementations
impl Send for ProgramRpcClientSendTransaction
impl Sync for ProgramRpcClientSendTransaction
impl Unpin for ProgramRpcClientSendTransaction
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more
fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
