Function new_transactions

Source
async fn new_transactions<A>(
    peer_information: PeerInformation<A>,
    request: NewTransactions,
    blockchain_context_service: BlockchainContextService,
    incoming_tx_handler: IncomingTxHandler,
) -> Result<ProtocolResponse>
Expand description