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