NdkResponse constructor

NdkResponse(
  1. String requestId,
  2. Stream<Nip01Event> stream
)

Creates a new NdkResponse instance.

Implementation

NdkResponse(this.requestId, this.stream);