pub type NewSlotTransfersStreamType = Pin<Box<dyn Stream<Item = Result<NewSlotTransfersResponse, Status>> + Send + 'static>>;
Expand description

Type declaration for NewSlotTransfers

Aliased Type§

struct NewSlotTransfersStreamType {}