referrerpolicy=no-referrer-when-downgrade

Trait polkadot_test_client::RpcHandlersExt

pub trait RpcHandlersExt {
    // Required method
    fn send_transaction<'life0, 'async_trait>(
        &'life0 self,
        extrinsic: OpaqueExtrinsic,
    ) -> Pin<Box<dyn Future<Output = Result<RpcTransactionOutput, RpcTransactionError>> + Send + 'async_trait>>
       where 'life0: 'async_trait,
             Self: 'async_trait;
}
Expand description

An extension trait for RpcHandlers.

Required Methods§

fn send_transaction<'life0, 'async_trait>( &'life0 self, extrinsic: OpaqueExtrinsic, ) -> Pin<Box<dyn Future<Output = Result<RpcTransactionOutput, RpcTransactionError>> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: 'async_trait,

Send a transaction through the RpcHandlers.

Implementors§