getTxosByAssetLabel_Pre method
Stream<TxoResponse>
getTxosByAssetLabel_Pre(
- ServiceCall call,
- Future<
QueryByAssetLabelRequest> request
Implementation
$async.Stream<$0.TxoResponse> getTxosByAssetLabel_Pre($grpc.ServiceCall call,
$async.Future<$0.QueryByAssetLabelRequest> request) async* {
yield* getTxosByAssetLabel(call, await request);
}