getTxosByAssetLabel_Pre method

Stream<TxoResponse> getTxosByAssetLabel_Pre(
  1. ServiceCall call,
  2. Future<QueryByAssetLabelRequest> request
)

Implementation

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