NdkResponse constructor
NdkResponse(
- String requestId,
- Stream<
Nip01Event> stream
Creates a new NdkResponse instance.
Implementation
NdkResponse(this.requestId, this.stream);