pub trait PayerApi:
Send
+ Sync
+ 'static {
// Required methods
fn publish_client_envelopes<'life0, 'async_trait>(
&'life0 self,
request: Request<PublishClientEnvelopesRequest>,
) -> Pin<Box<dyn Future<Output = Result<Response<PublishClientEnvelopesResponse>, Status>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn get_nodes<'life0, 'async_trait>(
&'life0 self,
request: Request<GetNodesRequest>,
) -> Pin<Box<dyn Future<Output = Result<Response<GetNodesResponse>, Status>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
}Expand description
Generated trait containing gRPC methods that should be implemented for use with PayerApiServer.
Required Methods§
Sourcefn publish_client_envelopes<'life0, 'async_trait>(
&'life0 self,
request: Request<PublishClientEnvelopesRequest>,
) -> Pin<Box<dyn Future<Output = Result<Response<PublishClientEnvelopesResponse>, Status>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn publish_client_envelopes<'life0, 'async_trait>(
&'life0 self,
request: Request<PublishClientEnvelopesRequest>,
) -> Pin<Box<dyn Future<Output = Result<Response<PublishClientEnvelopesResponse>, Status>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Publish envelope