NdkResponse constructor

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

Implementation

NdkResponse(this.requestId, this.stream);